summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Topology_Object.cpp
diff options
context:
space:
mode:
authorwilson_d <wilson_d@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-11-29 19:29:23 +0000
committerwilson_d <wilson_d@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-11-29 19:29:23 +0000
commit1a7f8e1dc8f1d6b57845ac8ccafab13c6d80e373 (patch)
tree9e06941dfaee05c2a4f937b265b23bd72a279196 /TAO/orbsvcs/orbsvcs/Notify/Topology_Object.cpp
parenta96386cb5874e9cc180433eb9796d6ffbd74e87f (diff)
downloadATCD-1a7f8e1dc8f1d6b57845ac8ccafab13c6d80e373.tar.gz
ChangeLogTag: Mon Nov 29 13:23:14 2004 Dale Wilson <wilson_d@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Topology_Object.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Topology_Object.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Topology_Object.cpp b/TAO/orbsvcs/orbsvcs/Notify/Topology_Object.cpp
index a810f0a2954..256274a88b0 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Topology_Object.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Topology_Object.cpp
@@ -33,10 +33,10 @@ namespace TAO_Notify
}
void
- Topology_Object::init (Topology_Parent * parent)
+ Topology_Object::init (Topology_Parent * topology_parent ACE_ENV_ARG_DECL_NOT_USED)
{
- this->topology_parent_ = parent;
- TAO_Notify_Object::initialize (parent);
+ this->topology_parent_ = topology_parent;
+ TAO_Notify_Object::initialize (topology_parent);
}
Topology_Parent *