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 2012/11/19 17:36:22 UTC

svn commit: r1411286 - /activemq/activemq-cpp/trunk/activemq-cpp/src/examples/cmstemplate-stress/Receiver.h

Author: tabish
Date: Mon Nov 19 16:36:21 2012
New Revision: 1411286

URL: http://svn.apache.org/viewvc?rev=1411286&view=rev
Log:
fix build on windows

Modified:
    activemq/activemq-cpp/trunk/activemq-cpp/src/examples/cmstemplate-stress/Receiver.h

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/examples/cmstemplate-stress/Receiver.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/examples/cmstemplate-stress/Receiver.h?rev=1411286&r1=1411285&r2=1411286&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/examples/cmstemplate-stress/Receiver.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/examples/cmstemplate-stress/Receiver.h Mon Nov 19 16:36:21 2012
@@ -34,7 +34,7 @@ namespace cmstemplate {
     class Receiver : public decaf::lang::Runnable {
     public:
 
-        typedef void DECAF_STDCALL (*RecvMessageListener)( const std::string& message);
+        typedef void (DECAF_STDCALL *RecvMessageListener)( const std::string& message);
 
     private:
         std::string m_url;