From 92220267b56d5fb6b5879f51c0e174ad4a542fb9 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Tue, 8 Mar 2011 10:00:06 +0000 Subject: QPID-3121: Fix linking on windows git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1079313 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/sys/ClusterSafe.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src') diff --git a/cpp/src/qpid/sys/ClusterSafe.h b/cpp/src/qpid/sys/ClusterSafe.h index fd3ec32ae6..27e4eb46a5 100644 --- a/cpp/src/qpid/sys/ClusterSafe.h +++ b/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