summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/PortableGroup/PortableGroup_Acceptor_Registry.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/PortableGroup/PortableGroup_Acceptor_Registry.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/PortableGroup_Acceptor_Registry.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/PortableGroup_Acceptor_Registry.h b/TAO/orbsvcs/orbsvcs/PortableGroup/PortableGroup_Acceptor_Registry.h
index 1ecc90efa4d..c95ca388c73 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/PortableGroup_Acceptor_Registry.h
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/PortableGroup_Acceptor_Registry.h
@@ -77,8 +77,7 @@ public:
/// Open an acceptor based on a tagged profile.
void open (const TAO_Profile* profile,
- TAO_ORB_Core &orb_core
- ACE_ENV_ARG_DECL);
+ TAO_ORB_Core &orb_core);
/// Close all open acceptors.
int close_all (void);
@@ -91,8 +90,7 @@ protected:
/// Helper function to open a group acceptor.
void open_i (const TAO_Profile* profile,
TAO_ORB_Core &orb_core,
- TAO_ProtocolFactorySetItor &factory
- ACE_ENV_ARG_DECL);
+ TAO_ProtocolFactorySetItor &factory);
/// Find an acceptor by using a profile.
int find (const TAO_Profile* profile,