summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-30 17:45:43 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-30 17:45:43 +0000
commitcfef31accb602c4ca33e653e6c53eea45f154928 (patch)
tree33827585a026f56d6ffc3e9668aab9e35db37f48 /TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.cpp
parent470295ea08eb4dd3d95fd778167c9638785b380a (diff)
downloadATCD-cfef31accb602c4ca33e653e6c53eea45f154928.tar.gz
ChangeLogTag:Fri Apr 30 12:42:06 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.cpp12
1 files changed, 1 insertions, 11 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.cpp b/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.cpp
index 64cc17aba2b..be3f712ea3c 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.cpp
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.cpp
@@ -77,20 +77,10 @@ TAO_EC_Event_Channel::~TAO_EC_Event_Channel (void)
}
void
-TAO_EC_Event_Channel::activate (CORBA::Environment& ACE_TRY_ENV)
+TAO_EC_Event_Channel::activate (CORBA::Environment&)
{
this->dispatching_->activate ();
this->timeout_generator_->activate ();
-
- PortableServer::POA_var supplier_poa =
- this->supplier_poa (ACE_TRY_ENV);
- ACE_CHECK;
- this->supplier_admin_->set_default_POA (supplier_poa.in ());
-
- PortableServer::POA_var consumer_poa =
- this->consumer_poa (ACE_TRY_ENV);
- ACE_CHECK;
- this->consumer_admin_->set_default_POA (consumer_poa.in ());
}
void