summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_RB_Tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_RB_Tree.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_RB_Tree.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_RB_Tree.h b/TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_RB_Tree.h
index 7e24374b339..c957b46209a 100644
--- a/TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_RB_Tree.h
+++ b/TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_RB_Tree.h
@@ -73,19 +73,19 @@ 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