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/12/13 16:58:57 UTC

svn commit: r486698 - /incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/cms/BytesMessage.h

Author: tabish
Date: Wed Dec 13 07:58:56 2006
New Revision: 486698

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

Filling in more of the planned BytesMessage interface.

Modified:
    incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/cms/BytesMessage.h

Modified: incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/cms/BytesMessage.h
URL: http://svn.apache.org/viewvc/incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/cms/BytesMessage.h?view=diff&rev=486698&r1=486697&r2=486698
==============================================================================
--- incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/cms/BytesMessage.h (original)
+++ incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/cms/BytesMessage.h Wed Dec 13 07:58:56 2006
@@ -88,7 +88,7 @@
          * @param value - byte to write to the stream
          * @throws CMSException
          */
-        virtual void writeByte( const unsigned char value ) throw cms::CMSException ) = 0;
+        //virtual void writeByte( const unsigned char value ) throw cms::CMSException ) = 0;
 
         /**
          * Reads a byte array from the bytes message stream.