diff options
| author | Charles E. Rolke <chug@apache.org> | 2012-10-12 22:53:09 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2012-10-12 22:53:09 +0000 |
| commit | 7bd4823c53c403ba9cf4defc152962a7ddc96461 (patch) | |
| tree | a50868ab758887fecdbc46e51bef04c1d17dbb1e /cpp | |
| parent | 49b9cd8847de88dcba43786d9b1492a59406e906 (diff) | |
| download | qpid-python-7bd4823c53c403ba9cf4defc152962a7ddc96461.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')
| -rw-r--r-- | cpp/managementgen/qmfgen/templates/Event.h | 4 | ||||
| -rw-r--r-- | cpp/src/qpid/broker/Queue.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/cpp/managementgen/qmfgen/templates/Event.h b/cpp/managementgen/qmfgen/templates/Event.h index b6d35a7355..e971ffb976 100644 --- a/cpp/managementgen/qmfgen/templates/Event.h +++ b/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/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); |
