You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2008/10/07 02:08:38 UTC

svn commit: r702308 - /activemq/activemq-cpp/trunk/src/main/decaf/util/concurrent/TimeUnit.h

Author: tabish
Date: Mon Oct  6 17:08:38 2008
New Revision: 702308

URL: http://svn.apache.org/viewvc?rev=702308&view=rev
Log: (empty)

Modified:
    activemq/activemq-cpp/trunk/src/main/decaf/util/concurrent/TimeUnit.h

Modified: activemq/activemq-cpp/trunk/src/main/decaf/util/concurrent/TimeUnit.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/decaf/util/concurrent/TimeUnit.h?rev=702308&r1=702307&r2=702308&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/decaf/util/concurrent/TimeUnit.h (original)
+++ activemq/activemq-cpp/trunk/src/main/decaf/util/concurrent/TimeUnit.h Mon Oct  6 17:08:38 2008
@@ -19,6 +19,7 @@
 #define _DECAF_UTIL_CONCURRENT_TIMEUNIT_H_
 
 #include <string>
+#include <decaf/util/Config.h>
 #include <decaf/lang/Comparable.h>
 #include <decaf/util/concurrent/Synchronizable.h>
 #include <decaf/lang/exceptions/IllegalArgumentException.h>
@@ -53,7 +54,7 @@
      * will be able to notice the passage of time at the same granularity as the given
      * TimeUnit.
      */
-    class TimeUnit : public decaf::lang::Comparable<TimeUnit> {
+    class DECAF_API TimeUnit : public decaf::lang::Comparable<TimeUnit> {
     private:
 
         /** This TimeUnit's index */