certi-cvs
[Top][All Lists]
Advanced

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

[certi-cvs] certi RTIA/FederationManagement.cc RTIG/RTIG_pr...


From: certi-cvs
Subject: [certi-cvs] certi RTIA/FederationManagement.cc RTIG/RTIG_pr...
Date: Mon, 28 Apr 2008 15:35:58 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     ROUSSELOT <rousse>      08/04/28 15:35:58

Modified files:
        RTIA           : FederationManagement.cc 
        RTIG           : RTIG_processing.cc 

Log message:
        Restoring create federation trace into auditserver (RTIG.log)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/RTIA/FederationManagement.cc?cvsroot=certi&r1=3.56&r2=3.57
http://cvs.savannah.gnu.org/viewcvs/certi/RTIG/RTIG_processing.cc?cvsroot=certi&r1=3.64&r2=3.65

Patches:
Index: RTIA/FederationManagement.cc
===================================================================
RCS file: /sources/certi/certi/RTIA/FederationManagement.cc,v
retrieving revision 3.56
retrieving revision 3.57
diff -u -b -r3.56 -r3.57
--- RTIA/FederationManagement.cc        28 Apr 2008 14:51:32 -0000      3.56
+++ RTIA/FederationManagement.cc        28 Apr 2008 15:35:57 -0000      3.57
@@ -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.56 2008/04/28 14:51:32 rousse Exp $
+// $Id: FederationManagement.cc,v 3.57 2008/04/28 15:35:57 rousse Exp $
 // ----------------------------------------------------------------------------
 
 #include <config.h>
@@ -122,13 +122,6 @@
 
     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_membre_federation)
        {
         std::cout<<"Federate "<<_nom_federe<<" is yet a federation 
member"<<std::endl;

Index: RTIG/RTIG_processing.cc
===================================================================
RCS file: /sources/certi/certi/RTIG/RTIG_processing.cc,v
retrieving revision 3.64
retrieving revision 3.65
diff -u -b -r3.64 -r3.65
--- RTIG/RTIG_processing.cc     27 Apr 2008 12:37:40 -0000      3.64
+++ RTIG/RTIG_processing.cc     28 Apr 2008 15:35:57 -0000      3.65
@@ -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: RTIG_processing.cc,v 3.64 2008/04/27 12:37:40 erk Exp $
+// $Id: RTIG_processing.cc,v 3.65 2008/04/28 15:35:57 rousse Exp $
 // ----------------------------------------------------------------------------
 
 #include <config.h>
@@ -55,7 +55,7 @@
         throw RTIinternalError("Invalid Federation Name.");
         }
 
-    //auditServer << "Federation Name : " << federation ;
+    auditServer << "Federation Name : " << federation.c_str() ;
     Handle h = federationHandles.provide();
 
 #ifdef FEDERATION_USES_MULTICAST
@@ -1394,4 +1394,4 @@
 
 }} // namespace certi/rtig
 
-// $Id: RTIG_processing.cc,v 3.64 2008/04/27 12:37:40 erk Exp $
+// $Id: RTIG_processing.cc,v 3.65 2008/04/28 15:35:57 rousse Exp $




reply via email to

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