summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-23 15:16:29 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-23 15:16:29 +0000
commite0609562f6c50a281cdeef41610bd2af8eb98c12 (patch)
treebb6a3ad975ce505d88eaed8590bf06697787fb12 /TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp
parentbd04ce7cea3f48633afaade14be69e2e8473a1a6 (diff)
downloadATCD-e0609562f6c50a281cdeef41610bd2af8eb98c12.tar.gz
ChangeLogTag:Fri Apr 23 10:15:26 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp b/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp
index 9c29b480614..92296023a40 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp
@@ -105,5 +105,8 @@ TAO_EC_ProxyPushConsumer::disconnect_push_consumer (
this->supplier_filtering_->unbind (this);
this->supplier_filtering_ = 0;
+ // Notify the event channel...
+ this->event_channel_->disconnected (this, ACE_TRY_ENV);
+
this->event_channel_->destroy_proxy_push_consumer (this);
}