From adb54b3343ad0c8a554a113cc13cd81286bdf090 Mon Sep 17 00:00:00 2001 From: "Charles E. Rolke" Date: Fri, 12 Oct 2012 22:53:09 +0000 Subject: 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 --- qpid/cpp/managementgen/qmfgen/templates/Event.h | 4 ++-- qpid/cpp/src/qpid/broker/Queue.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'qpid/cpp') 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, * 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); -- cgit v1.2.1