summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Anthony Giusti <kgiusti@apache.org>2011-06-17 02:56:51 +0000
committerKenneth Anthony Giusti <kgiusti@apache.org>2011-06-17 02:56:51 +0000
commit17727636f6917134589769fed5d0a6a98dce0e52 (patch)
tree71532dbe427c3c8f42c38d1d730b03ea7b8329a6
parent5efbe0ec6ef8afee4dbb63a6bea768a45f583baa (diff)
downloadqpid-python-17727636f6917134589769fed5d0a6a98dce0e52.tar.gz
QPID-3079: windows build fix
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3079@1136755 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/src/qpid/store/ms-clfs/MSSqlClfsProvider.cpp2
-rw-r--r--qpid/cpp/src/qpid/store/ms-sql/MSSqlProvider.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/qpid/store/ms-clfs/MSSqlClfsProvider.cpp b/qpid/cpp/src/qpid/store/ms-clfs/MSSqlClfsProvider.cpp
index 66cb65e03a..aae6f9fafc 100644
--- a/qpid/cpp/src/qpid/store/ms-clfs/MSSqlClfsProvider.cpp
+++ b/qpid/cpp/src/qpid/store/ms-clfs/MSSqlClfsProvider.cpp
@@ -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
diff --git a/qpid/cpp/src/qpid/store/ms-sql/MSSqlProvider.cpp b/qpid/cpp/src/qpid/store/ms-sql/MSSqlProvider.cpp
index bf7eb4f112..1ed3053af0 100644
--- a/qpid/cpp/src/qpid/store/ms-sql/MSSqlProvider.cpp
+++ b/qpid/cpp/src/qpid/store/ms-sql/MSSqlProvider.cpp
@@ -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