summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-02-25 23:53:27 +0000
committerpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-02-25 23:53:27 +0000
commitae7b38be276cb754a79d9ff0bcfe517f8460df49 (patch)
tree827e256543034f22dd8d3318545c1d638b8555e0
parentb01035268c8a0eeb716fa32310219013d4328c15 (diff)
downloadATCD-ae7b38be276cb754a79d9ff0bcfe517f8460df49.tar.gz
*** empty log message ***
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/EventChannelFactory.cpp3
1 files changed, 3 insertions, 0 deletions
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