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 2007/06/11 21:33:00 UTC

svn commit: r546228 - /activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/util/Random.h

Author: tabish
Date: Mon Jun 11 12:32:59 2007
New Revision: 546228

URL: http://svn.apache.org/viewvc?view=rev&rev=546228
Log:
http://issues.apache.org/activemq/browse/AMQCPP-103

Building Decaf lib

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

Modified: activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/util/Random.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/util/Random.h?view=diff&rev=546228&r1=546227&r2=546228
==============================================================================
--- activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/util/Random.h (original)
+++ activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/util/Random.h Mon Jun 11 12:32:59 2007
@@ -19,13 +19,14 @@
 #define _DECAF_UTIL_RANDOM_H_
 
 #include <decaf/lang/exceptions/IllegalArgumentException.h>
+#include <decaf/util/Config.h>
 #include <vector>
 #include <cmath>
 
 namespace decaf{
 namespace util{
 
-    class Random
+    class DECAF_API Random
     {
     public: