summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_List.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_List.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_List.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_List.h b/TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_List.h
index 85d6d3f9914..4a2410b1a70 100644
--- a/TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_List.h
+++ b/TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_List.h
@@ -50,19 +50,19 @@ public:
/// Insert a new element to the collection
void connected (PROXY *
- TAO_ENV_ARG_DECL_NOT_USED);
+ ACE_ENV_ARG_DECL_NOT_USED);
/// Insert a new element that could be there already.
void reconnected (PROXY *
- TAO_ENV_ARG_DECL_NOT_USED);
+ ACE_ENV_ARG_DECL_NOT_USED);
/// Remove an element from the collection
void disconnected (PROXY *
- TAO_ENV_ARG_DECL_NOT_USED);
+ ACE_ENV_ARG_DECL_NOT_USED);
/// Shutdown the collection, i.e. remove all elements and release
/// resources
- void shutdown (TAO_ENV_SINGLE_ARG_DECL_NOT_USED);
+ void shutdown (ACE_ENV_SINGLE_ARG_DECL_NOT_USED);
private:
/// The underlying implementation object