certi-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

certi/RTIA FederationManagement.cc


From: certi-cvs
Subject: certi/RTIA FederationManagement.cc
Date: Thu, 14 Feb 2008 09:43:24 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     ROUSSELOT <rousse>      08/02/14 09:43:24

Modified files:
        RTIA           : FederationManagement.cc 

Log message:
        HLA Compliant : application allowed to create many federation execution

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/RTIA/FederationManagement.cc?cvsroot=certi&r1=3.44&r2=3.45

Patches:
Index: FederationManagement.cc
===================================================================
RCS file: /sources/certi/certi/RTIA/FederationManagement.cc,v
retrieving revision 3.44
retrieving revision 3.45
diff -u -b -r3.44 -r3.45
--- FederationManagement.cc     13 Feb 2008 16:28:29 -0000      3.44
+++ FederationManagement.cc     14 Feb 2008 09:43:23 -0000      3.45
@@ -18,7 +18,7 @@
 // along with this program ; if not, write to the Free Software
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 //
-// $Id: FederationManagement.cc,v 3.44 2008/02/13 16:28:29 rousse Exp $
+// $Id: FederationManagement.cc,v 3.45 2008/02/14 09:43:23 rousse Exp $
 // ----------------------------------------------------------------------------
 
 #include <config.h>
@@ -122,12 +122,13 @@
     e = e_NO_EXCEPTION ;
 
     // BUG: pour l'instant, le federe ne peut creer q'une federation
-    if (_est_createur_federation)
-        {
-        std::cout<<"Federate "<<_nom_federe<<" is yet a federation 
creator"<<std::endl;
-        e = e_RTIinternalError ;
-        }
-    else if (_est_membre_federation)
+    //if (_est_createur_federation)
+    //    {
+    //    std::cout<<"Federate "<<_nom_federe<<" is yet a federation 
creator"<<std::endl;
+    //    e = e_RTIinternalError ;
+    //    }
+    //else if (_est_membre_federation)
+    if (_est_membre_federation)
        {
         std::cout<<"Federate "<<_nom_federe<<" is yet a federation 
member"<<std::endl;
         e = e_RTIinternalError ;
@@ -1002,4 +1003,4 @@
 
 }} // namespace certi/rtia
 
-// $Id: FederationManagement.cc,v 3.44 2008/02/13 16:28:29 rousse Exp $
+// $Id: FederationManagement.cc,v 3.45 2008/02/14 09:43:23 rousse Exp $




reply via email to

[Prev in Thread] Current Thread [Next in Thread]