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/28 22:42:47 UTC

svn commit: r1414941 - /activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/stomp/StompWireFormatFactory.h

Author: tabish
Date: Wed Nov 28 21:42:46 2012
New Revision: 1414941

URL: http://svn.apache.org/viewvc?rev=1414941&view=rev
Log:
code cleanup

Modified:
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/stomp/StompWireFormatFactory.h

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/stomp/StompWireFormatFactory.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/stomp/StompWireFormatFactory.h?rev=1414941&r1=1414940&r2=1414941&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/stomp/StompWireFormatFactory.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/stomp/StompWireFormatFactory.h Wed Nov 28 21:42:46 2012
@@ -43,7 +43,7 @@ namespace stomp {
          * properties from which it can obtain any optional settings
          * @param properties - the Properties for this WireFormat
          */
-    virtual Pointer<WireFormat> createWireFormat(const decaf::util::Properties& properties);
+        virtual Pointer<WireFormat> createWireFormat(const decaf::util::Properties& properties);
 
     };