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 2007/11/13 21:24:38 UTC

svn commit: r594631 - /activemq/activemq-cpp/decaf/trunk/src/main/decaf/nio/Buffer.h

Author: tabish
Date: Tue Nov 13 12:24:36 2007
New Revision: 594631

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

Starting the NIO implementation

Modified:
    activemq/activemq-cpp/decaf/trunk/src/main/decaf/nio/Buffer.h

Modified: activemq/activemq-cpp/decaf/trunk/src/main/decaf/nio/Buffer.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/decaf/trunk/src/main/decaf/nio/Buffer.h?rev=594631&r1=594630&r2=594631&view=diff
==============================================================================
--- activemq/activemq-cpp/decaf/trunk/src/main/decaf/nio/Buffer.h (original)
+++ activemq/activemq-cpp/decaf/trunk/src/main/decaf/nio/Buffer.h Tue Nov 13 12:24:36 2007
@@ -123,7 +123,7 @@
      *     b.flip().position(23).limit(42);
      */
     class DECAF_API Buffer {
-    private:
+    protected:
 
         std::size_t _capacity;
         std::size_t _position;