certi-cvs
[Top][All Lists]
Advanced

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

[certi-cvs] applications/PyHLA/hla/_rti rtiambassador.cpp


From: certi-cvs
Subject: [certi-cvs] applications/PyHLA/hla/_rti rtiambassador.cpp
Date: Wed, 16 Mar 2011 16:36:14 +0000

CVSROOT:        /sources/certi
Module name:    applications
Changes by:     Eric NOULARD <erk>      11/03/16 16:36:14

Modified files:
        PyHLA/hla/_rti : rtiambassador.cpp 

Log message:
        Wrong format for sendInteraction with timestamp

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/applications/PyHLA/hla/_rti/rtiambassador.cpp?cvsroot=certi&r1=1.6&r2=1.7

Patches:
Index: rtiambassador.cpp
===================================================================
RCS file: /sources/certi/applications/PyHLA/hla/_rti/rtiambassador.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- rtiambassador.cpp   10 Sep 2010 21:04:29 -0000      1.6
+++ rtiambassador.cpp   16 Mar 2011 16:36:13 -0000      1.7
@@ -11,7 +11,7 @@
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  * Lesser General Public License for more details.
  *
- * $Id: rtiambassador.cpp,v 1.6 2010/09/10 21:04:29 gotthardp Exp $
+ * $Id: rtiambassador.cpp,v 1.7 2011/03/16 16:36:13 erk Exp $
  */
 
 // note: you must include Python.h before any standard headers are included
@@ -702,7 +702,7 @@
     const char *theTag;
     RTIfedTime theTime; // optional
 
-    if(!PyArg_ParseTuple(args, "O&O&s|d",
+    if(!PyArg_ParseTuple(args, "O&O&s|O&",
         RtiInteractionClassHandle_FromPython, &theInteraction,
         ParameterHandleValuePairSet_FromPython, &theParameters,
         &theTag,
@@ -3225,4 +3225,4 @@
     PyModule_AddObject(module, "RTIAmbassador", (PyObject 
*)&RTIAmbassadorObjectType);
 }
 
-// $Id: rtiambassador.cpp,v 1.6 2010/09/10 21:04:29 gotthardp Exp $
+// $Id: rtiambassador.cpp,v 1.7 2011/03/16 16:36:13 erk Exp $



reply via email to

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