certi-cvs
[Top][All Lists]
Advanced

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

certi libRTI/RTIambassador.cc include/RTI.hh


From: certi-cvs
Subject: certi libRTI/RTIambassador.cc include/RTI.hh
Date: Thu, 06 Dec 2007 17:11:19 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      07/12/06 17:11:19

Modified files:
        libRTI         : RTIambassador.cc 
        include        : RTI.hh 

Log message:
        Fixed windows compilation trouble.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/libRTI/RTIambassador.cc?cvsroot=certi&r1=3.60&r2=3.61
http://cvs.savannah.gnu.org/viewcvs/certi/include/RTI.hh?cvsroot=certi&r1=3.10&r2=3.11

Patches:
Index: libRTI/RTIambassador.cc
===================================================================
RCS file: /sources/certi/certi/libRTI/RTIambassador.cc,v
retrieving revision 3.60
retrieving revision 3.61
diff -u -b -r3.60 -r3.61
--- libRTI/RTIambassador.cc     5 Dec 2007 12:29:41 -0000       3.60
+++ libRTI/RTIambassador.cc     6 Dec 2007 17:11:19 -0000       3.61
@@ -19,7 +19,7 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 // USA
 //
-// $Id: RTIambassador.cc,v 3.60 2007/12/05 12:29:41 approx Exp $
+// $Id: RTIambassador.cc,v 3.61 2007/12/06 17:11:19 erk Exp $
 // ----------------------------------------------------------------------------
 
 
@@ -135,7 +135,7 @@
                 << GetLastError() <<"> "
                 << "Cannot connect to RTIA.exe";               
                //perror("CreateProcess");
-                throw RTIinternalError( msg.c_str);
+                throw RTIinternalError( msg.str().c_str());
                }
     
    privateRefs->handle_RTIA = pi.hProcess;
@@ -2901,4 +2901,4 @@
     privateRefs->executeService(&req, &rep);
 }
 
-// $Id: RTIambassador.cc,v 3.60 2007/12/05 12:29:41 approx Exp $
+// $Id: RTIambassador.cc,v 3.61 2007/12/06 17:11:19 erk Exp $

Index: include/RTI.hh
===================================================================
RCS file: /sources/certi/certi/include/RTI.hh,v
retrieving revision 3.10
retrieving revision 3.11
diff -u -b -r3.10 -r3.11
--- include/RTI.hh      27 Sep 2007 13:59:33 -0000      3.10
+++ include/RTI.hh      6 Dec 2007 17:11:19 -0000       3.11
@@ -1,5 +1,5 @@
 // HLA 1.3 Header "RTI.hh"
-// $Id: RTI.hh,v 3.10 2007/09/27 13:59:33 erk Exp $
+// $Id: RTI.hh,v 3.11 2007/12/06 17:11:19 erk Exp $
 
 #ifndef RTI_hh
 #define RTI_hh
@@ -35,7 +35,7 @@
 #define RTI_STD
 #endif
 
-struct RTIambPrivateRefs ;
+class RTIambPrivateRefs ;
 struct RTIambPrivateData ;
 
 /**




reply via email to

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