summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2011-03-08 10:00:06 +0000
committerGordon Sim <gsim@apache.org>2011-03-08 10:00:06 +0000
commit92220267b56d5fb6b5879f51c0e174ad4a542fb9 (patch)
treee6bf436b203fa1629bfba224400c47249917fb2b /cpp/src
parente84062638503e4cc24ebf7e3905182b245fac176 (diff)
downloadqpid-python-92220267b56d5fb6b5879f51c0e174ad4a542fb9.tar.gz
QPID-3121: Fix linking on windows
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1079313 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/qpid/sys/ClusterSafe.h4
1 files changed, 2 insertions, 2 deletions
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;
};