diff options
Diffstat (limited to 'cpp/src/qpid/broker/Vhost.cpp')
| -rw-r--r-- | cpp/src/qpid/broker/Vhost.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/Vhost.cpp b/cpp/src/qpid/broker/Vhost.cpp index e72118b570..8fd88601f5 100644 --- a/cpp/src/qpid/broker/Vhost.cpp +++ b/cpp/src/qpid/broker/Vhost.cpp @@ -43,6 +43,11 @@ Vhost::Vhost (qpid::management::Manageable* parentBroker, Broker* broker) } } +Vhost::~Vhost () { + if (mgmtObject != 0) + mgmtObject->debugStats("destroying"); +} + void Vhost::setFederationTag(const std::string& tag) { mgmtObject->set_federationTag(tag); |
