certi-cvs
[Top][All Lists]
Advanced

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

[certi-cvs] certi/libCERTI TSCClock.hh PosixClock.hh Clock.hh


From: certi-cvs
Subject: [certi-cvs] certi/libCERTI TSCClock.hh PosixClock.hh Clock.hh
Date: Thu, 09 Oct 2008 20:22:39 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      08/10/09 20:22:39

Modified files:
        libCERTI       : TSCClock.hh PosixClock.hh Clock.hh 

Log message:
        Missing CERTI_EXPORT for those classes.
        Will be needed for the forthcoming WinClock class

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/libCERTI/TSCClock.hh?cvsroot=certi&r1=4.2&r2=4.3
http://cvs.savannah.gnu.org/viewcvs/certi/libCERTI/PosixClock.hh?cvsroot=certi&r1=4.3&r2=4.4
http://cvs.savannah.gnu.org/viewcvs/certi/libCERTI/Clock.hh?cvsroot=certi&r1=4.5&r2=4.6

Patches:
Index: TSCClock.hh
===================================================================
RCS file: /sources/certi/certi/libCERTI/TSCClock.hh,v
retrieving revision 4.2
retrieving revision 4.3
diff -u -b -r4.2 -r4.3
--- TSCClock.hh 30 Jul 2007 07:30:21 -0000      4.2
+++ TSCClock.hh 9 Oct 2008 20:22:38 -0000       4.3
@@ -15,7 +15,7 @@
  * used on mobile device.
  * If you want a more "robust" Clock class you may use PosixClock. 
  */
-class TSCClock : public Clock
+class CERTI_EXPORT TSCClock : public Clock
 {
 public:
        TSCClock();

Index: PosixClock.hh
===================================================================
RCS file: /sources/certi/certi/libCERTI/PosixClock.hh,v
retrieving revision 4.3
retrieving revision 4.4
diff -u -b -r4.3 -r4.4
--- PosixClock.hh       23 Jun 2008 13:25:04 -0000      4.3
+++ PosixClock.hh       9 Oct 2008 20:22:38 -0000       4.4
@@ -9,7 +9,7 @@
 /**
  * A Clock implemented using POSIX clock_xxxxx API.
  */ 
-class PosixClock : public Clock
+class CERTI_EXPORT PosixClock : public Clock
 {
 public:
        /**

Index: Clock.hh
===================================================================
RCS file: /sources/certi/certi/libCERTI/Clock.hh,v
retrieving revision 4.5
retrieving revision 4.6
diff -u -b -r4.5 -r4.6
--- Clock.hh    23 Jun 2008 13:25:05 -0000      4.5
+++ Clock.hh    9 Oct 2008 20:22:38 -0000       4.6
@@ -36,10 +36,11 @@
 #include <stdint.h>
 #endif
 #include <string>
+#include "certi.hh"
 
 namespace certi {
 
-class Clock
+class CERTI_EXPORT Clock
 {
 public:
        /**




reply via email to

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