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 2006/11/11 17:47:52 UTC

svn commit: r473756 - /incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/DataStreamMarshaller.h

Author: tabish
Date: Sat Nov 11 08:47:51 2006
New Revision: 473756

URL: http://svn.apache.org/viewvc?view=rev&rev=473756
Log:
Updates for planned Openwire Support

Modified:
    incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/DataStreamMarshaller.h

Modified: incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/DataStreamMarshaller.h
URL: http://svn.apache.org/viewvc/incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/DataStreamMarshaller.h?view=diff&rev=473756&r1=473755&r2=473756
==============================================================================
--- incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/DataStreamMarshaller.h (original)
+++ incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/DataStreamMarshaller.h Sat Nov 11 08:47:51 2006
@@ -43,14 +43,14 @@
          * Gets the DataStructureType that this class marshals/unmarshals
          * @returns byte Id of this classes DataStructureType
          */
-        virtual unsigned char getDataStructureType() = 0;
+        virtual unsigned char getDataStructureType() const = 0;
         
         /**
          * Creates a new instance of the class that this class is a marshaling
          * director for.
          * @returns newly allocated Command
          */
-        virtual commands::DataStructure* createObject() = 0;
+        virtual commands::DataStructure* createObject() const = 0;
     
         /**
          * Tight Marhsal to the given stream