summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Topology_Object.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Topology_Object.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Topology_Object.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Topology_Object.inl b/TAO/orbsvcs/orbsvcs/Notify/Topology_Object.inl
index 14363a16d6f..b3d7ef8c054 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Topology_Object.inl
+++ b/TAO/orbsvcs/orbsvcs/Notify/Topology_Object.inl
@@ -15,10 +15,10 @@ namespace TAO_Notify
ACE_INLINE
bool
- Topology_Parent::child_change (ACE_ENV_SINGLE_ARG_DECL)
+ Topology_Parent::child_change (void)
{
this->children_changed_ = true;
- return send_change (ACE_ENV_SINGLE_ARG_PARAMETER);
+ return send_change ();
}
} // namespace TAO_Notify