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 2009/07/31 17:49:55 UTC

svn commit: r799643 - /activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/util/Timer.cpp

Author: tabish
Date: Fri Jul 31 15:49:55 2009
New Revision: 799643

URL: http://svn.apache.org/viewvc?rev=799643&view=rev
Log:
64bit OS fix

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

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/util/Timer.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/util/Timer.cpp?rev=799643&r1=799642&r2=799643&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/util/Timer.cpp (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/util/Timer.cpp Fri Jul 31 15:49:55 2009
@@ -173,7 +173,7 @@
             }
         }
 
-        int purge() {
+        std::size_t purge() {
 
             std::size_t result = 0;
             synchronized( this ) {