You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2011/05/09 21:55:17 UTC

svn commit: r1101177 - /qpid/trunk/qpid/cpp/src/qpid/framing/SendContent.h

Author: astitcher
Date: Mon May  9 19:55:16 2011
New Revision: 1101177

URL: http://svn.apache.org/viewvc?rev=1101177&view=rev
Log:
QPID-3004: Get Clang to compile qpid c++
- Remove illegal mutable

Modified:
    qpid/trunk/qpid/cpp/src/qpid/framing/SendContent.h

Modified: qpid/trunk/qpid/cpp/src/qpid/framing/SendContent.h
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/framing/SendContent.h?rev=1101177&r1=1101176&r2=1101177&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/framing/SendContent.h (original)
+++ qpid/trunk/qpid/cpp/src/qpid/framing/SendContent.h Mon May  9 19:55:16 2011
@@ -37,7 +37,7 @@ namespace framing {
  */
 class SendContent
 {
-    mutable FrameHandler& handler;
+    FrameHandler& handler;
     const uint16_t maxFrameSize;
     uint expectedFrameCount;
     uint frameCount;



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org