From bc191e9478754043e31d56d430cb1366a090f7bf Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Wed, 9 Mar 2011 17:11:26 +0000 Subject: QPID-3121: Merge fix for windows linking onto release branch git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1079892 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qpid/sys/ClusterSafe.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qpid/cpp') diff --git a/qpid/cpp/src/qpid/sys/ClusterSafe.h b/qpid/cpp/src/qpid/sys/ClusterSafe.h index fd3ec32ae6..27e4eb46a5 100644 --- a/qpid/cpp/src/qpid/sys/ClusterSafe.h +++ b/qpid/cpp/src/qpid/sys/ClusterSafe.h @@ -70,8 +70,8 @@ class ClusterSafeScope { */ class ClusterUnsafeScope { public: - ClusterUnsafeScope(); - ~ClusterUnsafeScope(); + QPID_COMMON_EXTERN ClusterUnsafeScope(); + QPID_COMMON_EXTERN ~ClusterUnsafeScope(); private: bool save; }; -- cgit v1.2.1