Author: chug
Date: Fri Oct 12 22:53:09 2012
New Revision: 1397735
URL: http://svn.apache.org/viewvc?rev=1397735&view=rev
Log:
QPID-4350 BZ860701 HA handle autodelete queues - repair windows build
Modified:
qpid/trunk/qpid/cpp/managementgen/qmfgen/templates/Event.h
qpid/trunk/qpid/cpp/src/qpid/broker/Queue.h
Modified: qpid/trunk/qpid/cpp/managementgen/qmfgen/templates/Event.h
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/managementgen/qmfgen/templates/Event.h?rev=1397735&r1=1397734&r2=1397735&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/managementgen/qmfgen/templates/Event.h (original)
+++ qpid/trunk/qpid/cpp/managementgen/qmfgen/templates/Event.h Fri Oct 12
22:53:09 2012
@@ -38,8 +38,8 @@ QPID_BROKER_CLASS_EXTERN class Event/*MG
/*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; }
Modified: qpid/trunk/qpid/cpp/src/qpid/broker/Queue.h
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/broker/Queue.h?rev=1397735&r1=1397734&r2=1397735&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/broker/Queue.h (original)
+++ qpid/trunk/qpid/cpp/src/qpid/broker/Queue.h Fri Oct 12 22:53:09 2012
@@ -329,7 +329,7 @@ class Queue : public boost::enable_share
* 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);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]