certi-cvs
[Top][All Lists]
Advanced

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

[certi-cvs] certi include/RTItypes.hh libCERTI/FedTimeD.hh ... [br_DEV_N


From: certi-cvs
Subject: [certi-cvs] certi include/RTItypes.hh libCERTI/FedTimeD.hh ... [br_DEV_NoCircularRef]
Date: Wed, 07 Jan 2009 10:39:58 +0000

CVSROOT:        /cvsroot/certi
Module name:    certi
Branch:         br_DEV_NoCircularRef
Changes by:     Petr Gotthard <gotthardp>       09/01/07 10:39:58

Modified files:
        include        : RTItypes.hh 
        libCERTI       : FedTimeD.hh GAV.hh 

Log message:
        Bug #24930: Fixed. This must be a miracle, or a mistake. :-)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/include/RTItypes.hh?cvsroot=certi&only_with_tag=br_DEV_NoCircularRef&r1=3.19&r2=3.19.4.1
http://cvs.savannah.gnu.org/viewcvs/certi/libCERTI/FedTimeD.hh?cvsroot=certi&only_with_tag=br_DEV_NoCircularRef&r1=1.1.2.1&r2=1.1.2.2
http://cvs.savannah.gnu.org/viewcvs/certi/libCERTI/GAV.hh?cvsroot=certi&only_with_tag=br_DEV_NoCircularRef&r1=3.13.4.1&r2=3.13.4.2

Patches:
Index: include/RTItypes.hh
===================================================================
RCS file: /cvsroot/certi/certi/include/RTItypes.hh,v
retrieving revision 3.19
retrieving revision 3.19.4.1
diff -u -b -r3.19 -r3.19.4.1
--- include/RTItypes.hh 10 Dec 2008 16:53:24 -0000      3.19
+++ include/RTItypes.hh 7 Jan 2009 10:39:57 -0000       3.19.4.1
@@ -1,5 +1,5 @@
 // HLA 1.3 Header "RTItypes.hh"
-// $Id: RTItypes.hh,v 3.19 2008/12/10 16:53:24 erk Exp $
+// $Id: RTItypes.hh,v 3.19.4.1 2009/01/07 10:39:57 gotthardp Exp $
 
 #ifndef RTITYPES_HH_INCLUDED
 #define RTITYPES_HH_INCLUDED
@@ -330,7 +330,7 @@
        throw (ArrayIndexOutOfBounds) = 0 ;
 } ;
 
-class RTI_EXPORT FedTime
+class FEDTIME_EXPORT FedTime
 {
 public:
     virtual ~FedTime(){};
@@ -390,4 +390,4 @@
 
 #endif // RTITYPES_HH_INCLUDED
 
-// $Id: RTItypes.hh,v 3.19 2008/12/10 16:53:24 erk Exp $
+// $Id: RTItypes.hh,v 3.19.4.1 2009/01/07 10:39:57 gotthardp Exp $

Index: libCERTI/FedTimeD.hh
===================================================================
RCS file: /cvsroot/certi/certi/libCERTI/Attic/FedTimeD.hh,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- libCERTI/FedTimeD.hh        5 Jan 2009 13:34:51 -0000       1.1.2.1
+++ libCERTI/FedTimeD.hh        7 Jan 2009 10:39:57 -0000       1.1.2.2
@@ -19,12 +19,14 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 // USA
 //
-// $Id: FedTimeD.hh,v 1.1.2.1 2009/01/05 13:34:51 gotthardp Exp $
+// $Id: FedTimeD.hh,v 1.1.2.2 2009/01/07 10:39:57 gotthardp Exp $
 // ----------------------------------------------------------------------------
 
 #ifndef CERTI_FEDTIMED_HH
 #define CERTI_FEDTIMED_HH
 
+#include "certi.hh"
+
 #include <math.h>
 #include <ostream>
 
@@ -111,7 +113,7 @@
         return 0;  /* x1 == x2 */
 }
 
-class FedTime
+class CERTI_EXPORT FedTime
 {
 public:
     static const double epsilon;
@@ -161,7 +163,7 @@
     FedTime operator/(const FedTime &);
     FedTime operator/(const double &);
 
-    friend std::ostream &operator<<(std::ostream&, const FedTime &time);
+    friend std::ostream CERTI_EXPORT &operator<<(std::ostream&, const FedTime 
&time);
 
 private:
     double _fedTime ;
@@ -182,4 +184,4 @@
 
 #endif // CERTI_FEDTIMED_HH
 
-// $Id: FedTimeD.hh,v 1.1.2.1 2009/01/05 13:34:51 gotthardp Exp $
+// $Id: FedTimeD.hh,v 1.1.2.2 2009/01/07 10:39:57 gotthardp Exp $

Index: libCERTI/GAV.hh
===================================================================
RCS file: /cvsroot/certi/certi/libCERTI/GAV.hh,v
retrieving revision 3.13.4.1
retrieving revision 3.13.4.2
diff -u -b -r3.13.4.1 -r3.13.4.2
--- libCERTI/GAV.hh     5 Jan 2009 13:34:51 -0000       3.13.4.1
+++ libCERTI/GAV.hh     7 Jan 2009 10:39:58 -0000       3.13.4.2
@@ -27,7 +27,7 @@
 
 namespace certi {
 
-class AttributeHandleSet
+class CERTI_EXPORT AttributeHandleSet
     : public std::list<AttributeHandle>
 {
 public:




reply via email to

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