From ae7b38be276cb754a79d9ff0bcfe517f8460df49 Mon Sep 17 00:00:00 2001 From: pradeep Date: Tue, 25 Feb 2003 23:53:27 +0000 Subject: *** empty log message *** --- TAO/orbsvcs/orbsvcs/Notify/EventChannelFactory.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TAO/orbsvcs/orbsvcs/Notify/EventChannelFactory.cpp b/TAO/orbsvcs/orbsvcs/Notify/EventChannelFactory.cpp index 50dd239c8f9..e5efebbd2ac 100644 --- a/TAO/orbsvcs/orbsvcs/Notify/EventChannelFactory.cpp +++ b/TAO/orbsvcs/orbsvcs/Notify/EventChannelFactory.cpp @@ -95,6 +95,9 @@ TAO_NS_EventChannelFactory::init (PortableServer::POA_ptr poa ACE_ENV_ARG_DECL) // We are also activated in the same Object POA. this->poa_ = this->object_poa_; + + // Make the Proxys acivate in this same POA. + this->proxy_poa_ = this->object_poa_; } void -- cgit v1.2.1