Author: gsim
Date: Wed Mar 9 17:11:26 2011
New Revision: 1079892
URL: http://svn.apache.org/viewvc?rev=1079892&view=rev
Log:
QPID-3121: Merge fix for windows linking onto release branch
Modified:
qpid/branches/0.10/qpid/cpp/src/qpid/sys/ClusterSafe.h
Modified: qpid/branches/0.10/qpid/cpp/src/qpid/sys/ClusterSafe.h
URL:
http://svn.apache.org/viewvc/qpid/branches/0.10/qpid/cpp/src/qpid/sys/ClusterSafe.h?rev=1079892&r1=1079891&r2=1079892&view=diff
==============================================================================
--- qpid/branches/0.10/qpid/cpp/src/qpid/sys/ClusterSafe.h (original)
+++ qpid/branches/0.10/qpid/cpp/src/qpid/sys/ClusterSafe.h Wed Mar 9 17:11:26
2011
@@ -70,8 +70,8 @@ class ClusterSafeScope {
*/
class ClusterUnsafeScope {
public:
- ClusterUnsafeScope();
- ~ClusterUnsafeScope();
+ QPID_COMMON_EXTERN ClusterUnsafeScope();
+ QPID_COMMON_EXTERN ~ClusterUnsafeScope();
private:
bool save;
};
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]