summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorCharles E. Rolke <chug@apache.org>2012-10-12 22:53:09 +0000
committerCharles E. Rolke <chug@apache.org>2012-10-12 22:53:09 +0000
commit94b59b354095d18db94d0fc1370c1c806bc407f0 (patch)
treea50868ab758887fecdbc46e51bef04c1d17dbb1e /cpp/src
parent018cae9a03afce7cec54291c3a210ffd2f0727e6 (diff)
downloadqpid-python-94b59b354095d18db94d0fc1370c1c806bc407f0.tar.gz
QPID-4350 BZ860701 HA handle autodelete queues - repair windows build
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1397735 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/qpid/broker/Queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/Queue.h b/cpp/src/qpid/broker/Queue.h
index b628f17c08..f6ea6e0adb 100644
--- a/cpp/src/qpid/broker/Queue.h
+++ b/cpp/src/qpid/broker/Queue.h
@@ -329,7 +329,7 @@ class Queue : public boost::enable_shared_from_this<Queue>,
* exclusive owner
*/
static Queue::shared_ptr restore(QueueRegistry& queues, framing::Buffer& buffer);
- static void tryAutoDelete(Broker& broker, Queue::shared_ptr, const std::string& connectionId, const std::string& userId);
+ QPID_BROKER_EXTERN static void tryAutoDelete(Broker& broker, Queue::shared_ptr, const std::string& connectionId, const std::string& userId);
virtual void setExternalQueueStore(ExternalQueueStore* inst);