summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Topology_Loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Topology_Loader.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Topology_Loader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Topology_Loader.h b/TAO/orbsvcs/orbsvcs/Notify/Topology_Loader.h
index a30c9c21208..9adc45910c8 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Topology_Loader.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Topology_Loader.h
@@ -60,7 +60,7 @@ public:
* call the load_child method of the object passed in, then do the same
* loading process on the returned object.
*/
- virtual void load (Topology_Object *root ACE_ENV_ARG_DECL) = 0;
+ virtual void load (Topology_Object *root) = 0;
/**
* \brief Close the loader after loading is complete.