You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2008/09/09 20:14:02 UTC

svn commit: r693542 - /incubator/qpid/trunk/qpid/cpp/src/qpid/broker/Consumer.h

Author: tross
Date: Tue Sep  9 11:14:01 2008
New Revision: 693542

URL: http://svn.apache.org/viewvc?rev=693542&view=rev
Log:
Fixed fedora-9 build problem

Modified:
    incubator/qpid/trunk/qpid/cpp/src/qpid/broker/Consumer.h

Modified: incubator/qpid/trunk/qpid/cpp/src/qpid/broker/Consumer.h
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/src/qpid/broker/Consumer.h?rev=693542&r1=693541&r2=693542&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/src/qpid/broker/Consumer.h (original)
+++ incubator/qpid/trunk/qpid/cpp/src/qpid/broker/Consumer.h Tue Sep  9 11:14:01 2008
@@ -47,7 +47,7 @@
         class Consumer {
             const bool acquires;
         public:
-            typedef shared_ptr<Consumer> shared_ptr;            
+            typedef boost::shared_ptr<Consumer> shared_ptr;            
 
             framing::SequenceNumber position;