diff options
Diffstat (limited to 'cpp/src/qpid/broker/SessionAdapter.h')
-rw-r--r-- | cpp/src/qpid/broker/SessionAdapter.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/qpid/broker/SessionAdapter.h b/cpp/src/qpid/broker/SessionAdapter.h index 60a5a0f285..b9f8134856 100644 --- a/cpp/src/qpid/broker/SessionAdapter.h +++ b/cpp/src/qpid/broker/SessionAdapter.h @@ -102,10 +102,10 @@ class Queue; const std::string& routingKey, const framing::FieldTable& arguments); private: - void checkType(shared_ptr<Exchange> exchange, const std::string& type); + void checkType(boost::shared_ptr<Exchange> exchange, const std::string& type); - void checkAlternate(shared_ptr<Exchange> exchange, - shared_ptr<Exchange> alternate); + void checkAlternate(boost::shared_ptr<Exchange> exchange, + boost::shared_ptr<Exchange> alternate); }; class QueueHandlerImpl : public QueueHandler, |