certi-cvs
[Top][All Lists]
Advanced

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

[certi-cvs] certi/RTIA FederationManagement.cc [br_DEV_HETEROGENEOUS]


From: certi-cvs
Subject: [certi-cvs] certi/RTIA FederationManagement.cc [br_DEV_HETEROGENEOUS]
Date: Sun, 20 Apr 2008 21:22:04 +0000

CVSROOT:        /sources/certi
Module name:    certi
Branch:         br_DEV_HETEROGENEOUS
Changes by:     Eric NOULARD <erk>      08/04/20 21:22:04

Modified files:
        RTIA           : FederationManagement.cc 

Log message:
        Testing "_est_createur_federation"
        which was not initialized 

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/RTIA/FederationManagement.cc?cvsroot=certi&only_with_tag=br_DEV_HETEROGENEOUS&r1=3.50.2.4&r2=3.50.2.5

Patches:
Index: FederationManagement.cc
===================================================================
RCS file: /sources/certi/certi/RTIA/FederationManagement.cc,v
retrieving revision 3.50.2.4
retrieving revision 3.50.2.5
diff -u -b -r3.50.2.4 -r3.50.2.5
--- FederationManagement.cc     20 Apr 2008 12:52:20 -0000      3.50.2.4
+++ FederationManagement.cc     20 Apr 2008 21:22:03 -0000      3.50.2.5
@@ -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.50.2.4 2008/04/20 12:52:20 erk Exp $
+// $Id: FederationManagement.cc,v 3.50.2.5 2008/04/20 21:22:03 erk Exp $
 // ----------------------------------------------------------------------------
 
 #include <config.h>
@@ -63,6 +63,7 @@
     federate = 0 ;
 
     _fin_execution = false ;
+    _est_createur_federation = false ;
 
     //_est_createur_federation = false ;
     _est_membre_federation = false ;
@@ -266,8 +267,8 @@
 
     e = e_NO_EXCEPTION ;
 
-    if (_est_createur_federation && strcmp(Federation, _nom_federation))
-        e = e_RTIinternalError ;
+//    if (_est_createur_federation && strcmp(Federation, _nom_federation))
+//        e = e_RTIinternalError ;
 
     if (_est_membre_federation)
         e = e_FederateAlreadyExecutionMember ;
@@ -990,4 +991,4 @@
 
 }} // namespace certi/rtia
 
-// $Id: FederationManagement.cc,v 3.50.2.4 2008/04/20 12:52:20 erk Exp $
+// $Id: FederationManagement.cc,v 3.50.2.5 2008/04/20 21:22:03 erk Exp $




reply via email to

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