You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kg...@apache.org on 2011/06/17 04:56:52 UTC

svn commit: r1136755 - in /qpid/branches/qpid-3079/qpid/cpp/src/qpid/store: ms-clfs/MSSqlClfsProvider.cpp ms-sql/MSSqlProvider.cpp

Author: kgiusti
Date: Fri Jun 17 02:56:51 2011
New Revision: 1136755

URL: http://svn.apache.org/viewvc?rev=1136755&view=rev
Log:
QPID-3079: windows build fix

Modified:
    qpid/branches/qpid-3079/qpid/cpp/src/qpid/store/ms-clfs/MSSqlClfsProvider.cpp
    qpid/branches/qpid-3079/qpid/cpp/src/qpid/store/ms-sql/MSSqlProvider.cpp

Modified: qpid/branches/qpid-3079/qpid/cpp/src/qpid/store/ms-clfs/MSSqlClfsProvider.cpp
URL: http://svn.apache.org/viewvc/qpid/branches/qpid-3079/qpid/cpp/src/qpid/store/ms-clfs/MSSqlClfsProvider.cpp?rev=1136755&r1=1136754&r2=1136755&view=diff
==============================================================================
--- qpid/branches/qpid-3079/qpid/cpp/src/qpid/store/ms-clfs/MSSqlClfsProvider.cpp (original)
+++ qpid/branches/qpid-3079/qpid/cpp/src/qpid/store/ms-clfs/MSSqlClfsProvider.cpp Fri Jun 17 02:56:51 2011
@@ -242,7 +242,7 @@ public:
      */
     virtual void dequeue(qpid::broker::TransactionContext* ctxt,
                          const boost::intrusive_ptr<PersistableMessage>& msg,
-                         const PersistableQueue& queue);
+                         const boost::shared_ptr<PersistableQueue>& queue);
 
     /**
      * Flushes all async messages to disk for the specified queue

Modified: qpid/branches/qpid-3079/qpid/cpp/src/qpid/store/ms-sql/MSSqlProvider.cpp
URL: http://svn.apache.org/viewvc/qpid/branches/qpid-3079/qpid/cpp/src/qpid/store/ms-sql/MSSqlProvider.cpp?rev=1136755&r1=1136754&r2=1136755&view=diff
==============================================================================
--- qpid/branches/qpid-3079/qpid/cpp/src/qpid/store/ms-sql/MSSqlProvider.cpp (original)
+++ qpid/branches/qpid-3079/qpid/cpp/src/qpid/store/ms-sql/MSSqlProvider.cpp Fri Jun 17 02:56:51 2011
@@ -226,7 +226,7 @@ public:
      */
     virtual void dequeue(qpid::broker::TransactionContext* ctxt,
                          const boost::intrusive_ptr<PersistableMessage>& msg,
-                         const PersistableQueue& queue);
+                         const boost::shared_ptr<PersistableQueue>& queue);
 
     /**
      * Flushes all async messages to disk for the specified queue



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