summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Core.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ORB_Core.i')
-rw-r--r--TAO/tao/ORB_Core.i14
1 files changed, 1 insertions, 13 deletions
diff --git a/TAO/tao/ORB_Core.i b/TAO/tao/ORB_Core.i
index 6c4bbf688ae..4fc4da117a3 100644
--- a/TAO/tao/ORB_Core.i
+++ b/TAO/tao/ORB_Core.i
@@ -167,7 +167,7 @@ TAO_ORB_Core::thr_mgr (void)
ACE_INLINE CORBA::ORB_ptr
TAO_ORB_Core::orb (void)
{
- return this->orb_.in ();
+ return this->orb_;
}
ACE_INLINE TAO_Adapter_Registry *
@@ -499,18 +499,6 @@ TAO_ORB_Core::get_default_policies (void)
#endif /* TAO_HAS_CORBA_MESSAGING == 1 */
-ACE_INLINE CORBA::Environment *
-TAO_ORB_Core::default_environment (void) const
-{
- return TAO_TSS_RESOURCES::instance ()->default_environment_;
-}
-
-ACE_INLINE void
-TAO_ORB_Core::default_environment (CORBA::Environment *env)
-{
- TAO_TSS_RESOURCES::instance ()->default_environment_ = env;
-}
-
ACE_INLINE CORBA::Object_ptr
TAO_ORB_Core::resolve_rt_orb (ACE_ENV_SINGLE_ARG_DECL)
{