diff options
Diffstat (limited to 'cpp/src/qpid/broker/System.cpp')
| -rw-r--r-- | cpp/src/qpid/broker/System.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/System.cpp b/cpp/src/qpid/broker/System.cpp index 8d54427fdc..f3b6f96d0c 100644 --- a/cpp/src/qpid/broker/System.cpp +++ b/cpp/src/qpid/broker/System.cpp @@ -80,3 +80,9 @@ System::System (string _dataDir, Broker* broker) } } +System::~System () +{ + if (mgmtObject != 0) + mgmtObject->debugStats("destroying"); +} + |
