summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/ConsumerAdmin.cpp
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-07-30 13:13:45 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-07-30 13:13:45 +0000
commitdbf398e4c8c0d49790939b224156cd13fe5de623 (patch)
treea4feed429f1e4014e63040383d7369b77a4e8dca /TAO/orbsvcs/orbsvcs/Notify/ConsumerAdmin.cpp
parent9d67964758b1d2acb6bdb3c24ea790842fb276c1 (diff)
downloadATCD-dbf398e4c8c0d49790939b224156cd13fe5de623.tar.gz
ChangeLogTag: Mon Jul 30 13:13:58 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/ConsumerAdmin.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/ConsumerAdmin.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/ConsumerAdmin.cpp b/TAO/orbsvcs/orbsvcs/Notify/ConsumerAdmin.cpp
index 0edf95664e5..c8843b836c5 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/ConsumerAdmin.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/ConsumerAdmin.cpp
@@ -87,11 +87,9 @@ TAO_Notify_ConsumerAdmin::release (void)
void
TAO_Notify_ConsumerAdmin::destroy (void)
{
- int result = this->shutdown ();
- if ( result == 1)
- return;
-
+ this->shutdown ();
this->ec_->remove (this);
+ this->proxy_container ().destroy ();
}