summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Core.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ORB_Core.h')
-rw-r--r--TAO/tao/ORB_Core.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/TAO/tao/ORB_Core.h b/TAO/tao/ORB_Core.h
index bd7aefd0e0e..a8f1915442b 100644
--- a/TAO/tao/ORB_Core.h
+++ b/TAO/tao/ORB_Core.h
@@ -228,7 +228,7 @@ public:
//@}
///Get the connector registry
- TAO_Connector_Registry *connector_registry (void);
+ TAO_Connector_Registry *connector_registry (ACE_ENV_SINGLE_ARG_DECL);
///Get the IOR parser registry
TAO_Parser_Registry *parser_registry (void);
@@ -1002,10 +1002,6 @@ protected:
/// Synchronize internal state...
TAO_SYNCH_MUTEX lock_;
- /// The connector registry which all active connectors must register
- /// themselves with.
- TAO_Connector_Registry *connector_registry_;
-
TAO_Thread_Lane_Resources_Manager *thread_lane_resources_manager_;
TAO_Collocation_Resolver *collocation_resolver_;