summaryrefslogtreecommitdiff
path: root/qpid/cpp/include
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2010-03-26 20:49:46 +0000
committerAndrew Stitcher <astitcher@apache.org>2010-03-26 20:49:46 +0000
commitade3e9aee3d6b69c5c9f5e250c1c625dc117abf6 (patch)
treea5ab1e8beb4b71cd50a9b828c549f4bf7fdf6b67 /qpid/cpp/include
parent825032fec73f00022927f8a7c08f35b387984bdc (diff)
downloadqpid-python-ade3e9aee3d6b69c5c9f5e250c1c625dc117abf6.tar.gz
Move ManagementAgent class statics to be file static to avoid exposing their types in the header file
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@928054 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/include')
-rw-r--r--qpid/cpp/include/qpid/agent/ManagementAgent.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/qpid/cpp/include/qpid/agent/ManagementAgent.h b/qpid/cpp/include/qpid/agent/ManagementAgent.h
index 41b6423624..b6ec82862c 100644
--- a/qpid/cpp/include/qpid/agent/ManagementAgent.h
+++ b/qpid/cpp/include/qpid/agent/ManagementAgent.h
@@ -24,7 +24,6 @@
#include "qpid/management/ManagementObject.h"
#include "qpid/management/ManagementEvent.h"
#include "qpid/management/Manageable.h"
-#include "qpid/sys/Mutex.h"
#include "qpid/client/ConnectionSettings.h"
namespace qpid {
@@ -45,11 +44,6 @@ class ManagementAgent
QMF_AGENT_EXTERN Singleton(bool disableManagement = false);
QMF_AGENT_EXTERN ~Singleton();
QMF_AGENT_EXTERN static ManagementAgent* getInstance();
- private:
- static sys::Mutex lock;
- static bool disabled;
- static int refCount;
- static ManagementAgent* agent;
};
typedef enum {