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.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_List.h b/TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_List.h
index f32185095cc..85d6d3f9914 100644
--- a/TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_List.h
+++ b/TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_List.h
@@ -49,20 +49,20 @@ public:
size_t size (void) const;
/// Insert a new element to the collection
- void connected (PROXY *,
- CORBA::Environment &);
+ void connected (PROXY *
+ TAO_ENV_ARG_DECL_NOT_USED);
/// Insert a new element that could be there already.
- void reconnected (PROXY *,
- CORBA::Environment &);
+ void reconnected (PROXY *
+ TAO_ENV_ARG_DECL_NOT_USED);
/// Remove an element from the collection
- void disconnected (PROXY *,
- CORBA::Environment &);
+ void disconnected (PROXY *
+ TAO_ENV_ARG_DECL_NOT_USED);
/// Shutdown the collection, i.e. remove all elements and release
/// resources
- void shutdown (CORBA::Environment &);
+ void shutdown (TAO_ENV_SINGLE_ARG_DECL_NOT_USED);
private:
/// The underlying implementation object