summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Core.i
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-18 00:06:07 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-18 00:06:07 +0000
commit51f8cbd1e6bda9fc3ee01cbcb6305fbd0d760f49 (patch)
tree10e8af6827368c6ceb5e733627c5faf5e361b748 /TAO/tao/ORB_Core.i
parent860ac45fe29e5b8e33304d7d7d83629de17ca427 (diff)
downloadATCD-51f8cbd1e6bda9fc3ee01cbcb6305fbd0d760f49.tar.gz
ChangeLogTag: Mon Sep 17 19:00:00 2001 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/ORB_Core.i')
-rw-r--r--TAO/tao/ORB_Core.i18
1 files changed, 0 insertions, 18 deletions
diff --git a/TAO/tao/ORB_Core.i b/TAO/tao/ORB_Core.i
index 90e3ec6918a..d78bfc23eb1 100644
--- a/TAO/tao/ORB_Core.i
+++ b/TAO/tao/ORB_Core.i
@@ -31,12 +31,6 @@ TAO_ORB_Core::locking_strategy (void)
return 0;
}
-ACE_INLINE TAO_Transport_Cache_Manager *
-TAO_ORB_Core::transport_cache (void)
-{
- return this->transport_cache_;
-}
-
ACE_INLINE CORBA::Boolean
TAO_ORB_Core::bidir_giop_policy (void)
{
@@ -61,12 +55,6 @@ TAO_ORB_Core::flushing_strategy (void)
return this->flushing_strategy_;
}
-ACE_INLINE TAO_POA_Extension_Initializer *
-TAO_ORB_Core::poa_extension_initializer (void)
-{
- return this->poa_extension_initializer_;
-}
-
ACE_INLINE CORBA::Boolean
TAO_ORB_Core::service_profile_selection (TAO_MProfile &mprofile,
TAO_Profile *&profile)
@@ -234,12 +222,6 @@ TAO_ORB_Core::connector_registry (void)
return TAO_OC_RETRIEVE (connector_registry);
}
-ACE_INLINE TAO_Acceptor_Registry *
-TAO_ORB_Core::acceptor_registry (void)
-{
- return TAO_OC_RETRIEVE (acceptor_registry);
-}
-
ACE_INLINE TAO_Parser_Registry *
TAO_ORB_Core::parser_registry (void)
{