summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-06-18 15:03:33 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-06-18 15:03:33 +0000
commit7af1c646f0661dc0518c10d5632861113a852997 (patch)
treeebaf262dc9d6d35607ae9ffbb58d81ae41da7dae
parenta6c7a130ef80a55b0400c18be8cdca155610e09b (diff)
downloadATCD-7af1c646f0661dc0518c10d5632861113a852997.tar.gz
ChangeLogTag: Sat Jun 18 15:02:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/EventChannel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/EventChannel.cpp b/TAO/orbsvcs/orbsvcs/Notify/EventChannel.cpp
index 9687f203d66..7606224d57f 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/EventChannel.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/EventChannel.cpp
@@ -92,7 +92,7 @@ TAO_Notify_EventChannel::init (TAO_Notify_EventChannelFactory* ecf
CORBA::NO_MEMORY ());
ACE_CHECK;
- this->admin_properties_.reset (admin_properties);
+ this->admin_properties_ = admin_properties;
// create the event manager. @@ use factory
ACE_NEW_THROW_EX (this->event_manager_,
@@ -160,7 +160,7 @@ TAO_Notify_EventChannel::init (TAO_Notify::Topology_Parent * parent
CORBA::NO_MEMORY ());
ACE_CHECK;
- this->admin_properties_.reset (admin_properties);
+ this->admin_properties_ = admin_properties;
// create the event manager. @@ use factory
ACE_NEW_THROW_EX (this->event_manager_,