summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Notify_EventChannelFactory_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Notify_EventChannelFactory_i.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Notify_EventChannelFactory_i.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Notify_EventChannelFactory_i.cpp b/TAO/orbsvcs/orbsvcs/Notify/Notify_EventChannelFactory_i.cpp
index 9870a6b251f..987efbe7cde 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Notify_EventChannelFactory_i.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Notify_EventChannelFactory_i.cpp
@@ -17,7 +17,6 @@ TAO_Notify_EventChannelFactory_i::TAO_Notify_EventChannelFactory_i (void)
TAO_Notify_EventChannelFactory_i::~TAO_Notify_EventChannelFactory_i (void)
{
TAO_Notify_Factory::shutdown ();
- delete this->lock_;
}
CosNotifyChannelAdmin::EventChannelFactory_ptr
@@ -80,10 +79,7 @@ TAO_Notify_EventChannelFactory_i::get_ref (CORBA::Environment &ACE_TRY_ENV)
void
TAO_Notify_EventChannelFactory_i::event_channel_destroyed (CosNotifyChannelAdmin::ChannelID channel_id)
{
- this->ec_ids_.put (channel_id);
-
- if (TAO_debug_level > 0)
- ACE_DEBUG ((LM_DEBUG, "event_channel_destroyed %d\n", channel_id));
+ ACE_DEBUG ((LM_DEBUG, "event_channel_destroyed %d\n", channel_id));
}
void TAO_Notify_EventChannelFactory_i::shutdown (CORBA::Environment &ACE_TRY_ENV, CORBA::Boolean destroy_children)
@@ -140,7 +136,6 @@ TAO_Notify_EventChannelFactory_i::create_channel(const CosNotification::QoSPrope
ACE_TRY_ENV);
ACE_CHECK_RETURN (CosNotifyChannelAdmin::EventChannel::_nil ());
- this->ec_ids_.next ();
return CosNotifyChannelAdmin::EventChannel::_narrow (obj.in ());
}