diff options
| author | Ted Ross <tross@apache.org> | 2008-07-16 20:25:12 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2008-07-16 20:25:12 +0000 |
| commit | 0742abc5e6831675aba58949d763fb4f819cde69 (patch) | |
| tree | 806d768e89b6fec8d301396ec889a12f6c9e33e1 /cpp/src/qpid/broker/System.cpp | |
| parent | 1848880ade63a0d2e2e9472a3fc231c52962dd78 (diff) | |
| download | qpid-python-0742abc5e6831675aba58949d763fb4f819cde69.tar.gz | |
QPID-1170 - Provide a better factory for creation and deletion of the management agent
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@677408 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/System.cpp')
| -rw-r--r-- | cpp/src/qpid/broker/System.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/System.cpp b/cpp/src/qpid/broker/System.cpp index 5e51beac35..6c58339432 100644 --- a/cpp/src/qpid/broker/System.cpp +++ b/cpp/src/qpid/broker/System.cpp @@ -30,7 +30,7 @@ using namespace std; System::System (string _dataDir) : mgmtObject(0) { - ManagementAgent* agent = ManagementAgent::getAgent (); + ManagementAgent* agent = ManagementAgent::Singleton::getInstance(); if (agent != 0) { |
