certi-cvs
[Top][All Lists]
Advanced

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

[certi-cvs] certi/RTIA RTIA_federate.cc


From: certi-cvs
Subject: [certi-cvs] certi/RTIA RTIA_federate.cc
Date: Wed, 23 Apr 2008 13:03:49 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      08/04/23 13:03:49

Modified files:
        RTIA           : RTIA_federate.cc 

Log message:
        Add missing include on WIN32

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/RTIA/RTIA_federate.cc?cvsroot=certi&r1=3.72&r2=3.73

Patches:
Index: RTIA_federate.cc
===================================================================
RCS file: /sources/certi/certi/RTIA/RTIA_federate.cc,v
retrieving revision 3.72
retrieving revision 3.73
diff -u -b -r3.72 -r3.73
--- RTIA_federate.cc    23 Apr 2008 12:55:06 -0000      3.72
+++ RTIA_federate.cc    23 Apr 2008 13:03:48 -0000      3.73
@@ -18,16 +18,19 @@
 // along with this program ; if not, write to the Free Software
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 //
-// $Id: RTIA_federate.cc,v 3.72 2008/04/23 12:55:06 erk Exp $
+// $Id: RTIA_federate.cc,v 3.73 2008/04/23 13:03:48 erk Exp $
 // ----------------------------------------------------------------------------
 
 #include <config.h>
 #include "RTIA.hh"
 
-
 #include "fed.hh"
 #include "RoutingSpace.hh"
 #include "XmlParser.hh"
+#ifdef _WIN32
+#include <time.h>
+#include <sys/timeb.h>
+#endif
 
 using std::string ;
 using std::ifstream ;
@@ -1377,4 +1380,4 @@
 
 }} // namespace certi/rtia
 
-// $Id: RTIA_federate.cc,v 3.72 2008/04/23 12:55:06 erk Exp $
+// $Id: RTIA_federate.cc,v 3.73 2008/04/23 13:03:48 erk Exp $




reply via email to

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