summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/management/ManagementObject.h
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2009-05-11 18:18:40 +0000
committerAndrew Stitcher <astitcher@apache.org>2009-05-11 18:18:40 +0000
commit2ea122316b1093392a90df48a6e662838f9c522d (patch)
tree3786c2abe4c9dbf9ebdc7555f30d139087189fc2 /cpp/src/qpid/management/ManagementObject.h
parenta1b440e5393206ec5833e2d6c2617c2aca71701f (diff)
downloadqpid-python-2ea122316b1093392a90df48a6e662838f9c522d.tar.gz
Cmake fixes:
Mirrored recent management code update. Don't build failover_soak without cluster Remove some unnecessary #includes from examples git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@773636 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/management/ManagementObject.h')
-rw-r--r--cpp/src/qpid/management/ManagementObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/management/ManagementObject.h b/cpp/src/qpid/management/ManagementObject.h
index 15c2307886..a6ef8fb392 100644
--- a/cpp/src/qpid/management/ManagementObject.h
+++ b/cpp/src/qpid/management/ManagementObject.h
@@ -130,7 +130,7 @@ protected:
QPID_COMMON_EXTERN void writeTimestamps(qpid::framing::Buffer& buf);
public:
- static int maxThreads;
+ QPID_COMMON_EXTERN static int maxThreads;
typedef void (*writeSchemaCall_t) (qpid::framing::Buffer&);
ManagementObject(Manageable* _core) :