From e0609562f6c50a281cdeef41610bd2af8eb98c12 Mon Sep 17 00:00:00 2001 From: coryan Date: Fri, 23 Apr 1999 15:16:29 +0000 Subject: ChangeLogTag:Fri Apr 23 10:15:26 1999 Carlos O'Ryan --- TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp') 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); } -- cgit v1.2.1