certi-cvs
[Top][All Lists]
Advanced

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

[certi-cvs] certi/include RTI.hh fedtime.hh


From: certi-cvs
Subject: [certi-cvs] certi/include RTI.hh fedtime.hh
Date: Wed, 10 Dec 2008 17:42:43 +0000

CVSROOT:        /cvsroot/certi
Module name:    certi
Changes by:     Petr Gotthard <gotthardp>       08/12/10 17:42:43

Modified files:
        include        : RTI.hh fedtime.hh 

Log message:
        Fixed errors on Win32.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/include/RTI.hh?cvsroot=certi&r1=3.14&r2=3.15
http://cvs.savannah.gnu.org/viewcvs/certi/include/fedtime.hh?cvsroot=certi&r1=3.11&r2=3.12

Patches:
Index: RTI.hh
===================================================================
RCS file: /cvsroot/certi/certi/include/RTI.hh,v
retrieving revision 3.14
retrieving revision 3.15
diff -u -b -r3.14 -r3.15
--- RTI.hh      10 Dec 2008 16:53:24 -0000      3.14
+++ RTI.hh      10 Dec 2008 17:42:43 -0000      3.15
@@ -1,5 +1,5 @@
 // HLA 1.3 Header "RTI.hh"
-// $Id: RTI.hh,v 3.14 2008/12/10 16:53:24 erk Exp $
+// $Id: RTI.hh,v 3.15 2008/12/10 17:42:43 gotthardp Exp $
 
 #ifndef RTI_hh
 #define RTI_hh
@@ -16,12 +16,12 @@
        #else
                #define RTI_EXPORT __declspec(dllimport)
        #endif
-    #if not defined(FEDTIME_EXPORT)
+    #if !defined(FEDTIME_EXPORT)
        #define FEDTIME_EXPORT
     #endif
 #else
        #define RTI_EXPORT
-    #if not defined(FEDTIME_EXPORT)
+    #if !defined(FEDTIME_EXPORT)
         #define FEDTIME_EXPORT
     #endif
 #endif

Index: fedtime.hh
===================================================================
RCS file: /cvsroot/certi/certi/include/fedtime.hh,v
retrieving revision 3.11
retrieving revision 3.12
diff -u -b -r3.11 -r3.12
--- fedtime.hh  10 Dec 2008 16:53:24 -0000      3.11
+++ fedtime.hh  10 Dec 2008 17:42:43 -0000      3.12
@@ -1,5 +1,5 @@
 // HLA 1.3 Header "fedtime.hh"
-// $Id: fedtime.hh,v 3.11 2008/12/10 16:53:24 erk Exp $
+// $Id: fedtime.hh,v 3.12 2008/12/10 17:42:43 gotthardp Exp $
 
 #ifndef HLA_FEDTIME_HH
 #define HLA_FEDTIME_HH
@@ -12,7 +12,7 @@
 #endif
 
 #if defined(_WIN32)
-    #if defined(FEDTIME_EXPORTS)
+    #if defined(FedTime_EXPORTS)
         #define FEDTIME_EXPORT __declspec(dllexport)
     #else
         #define FEDTIME_EXPORT __declspec(dllimport)
@@ -146,4 +146,4 @@
 
 #endif // HLA_FEDTIME_HH
 
-// $Id: fedtime.hh,v 3.11 2008/12/10 16:53:24 erk Exp $
+// $Id: fedtime.hh,v 3.12 2008/12/10 17:42:43 gotthardp Exp $




reply via email to

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