summaryrefslogtreecommitdiff
path: root/qpid/cpp
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
commitadb54b3343ad0c8a554a113cc13cd81286bdf090 (patch)
tree6961ba7616210943867f6a79720d31bd05814718 /qpid/cpp
parentfe99602e451b0f53460b1bf2b8e302a520ba8c49 (diff)
downloadqpid-python-adb54b3343ad0c8a554a113cc13cd81286bdf090.tar.gz
QPID-4350 BZ860701 HA handle autodelete queues - repair windows build
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1397735 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rw-r--r--qpid/cpp/managementgen/qmfgen/templates/Event.h4
-rw-r--r--qpid/cpp/src/qpid/broker/Queue.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/qpid/cpp/managementgen/qmfgen/templates/Event.h b/qpid/cpp/managementgen/qmfgen/templates/Event.h
index b6d35a7355..e971ffb976 100644
--- a/qpid/cpp/managementgen/qmfgen/templates/Event.h
+++ b/qpid/cpp/managementgen/qmfgen/templates/Event.h
@@ -38,8 +38,8 @@ QPID_BROKER_CLASS_EXTERN class Event/*MGEN:Event.NameCap*/ : public ::qpid::mana
/*MGEN:Event.ArgDeclarations*/
public:
- static std::string PACKAGE_NAME;
- static std::string EVENT_NAME;
+ QPID_BROKER_EXTERN static std::string PACKAGE_NAME;
+ QPID_BROKER_EXTERN static std::string EVENT_NAME;
writeSchemaCall_t getWriteSchemaCall(void) { return writeSchema; }
diff --git a/qpid/cpp/src/qpid/broker/Queue.h b/qpid/cpp/src/qpid/broker/Queue.h
index b628f17c08..f6ea6e0adb 100644
--- a/qpid/cpp/src/qpid/broker/Queue.h
+++ b/qpid/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);