From e27f915c7c40bec090702ea21a6d916b3ca81b21 Mon Sep 17 00:00:00 2001 From: nanbor Date: Sun, 7 Jun 1998 23:23:19 +0000 Subject: Reworked collocation optimization, Sun Jun 7 17:54:31 1998 Nanbor Wang --- TAO/tao/ORB_Core.i | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'TAO/tao/ORB_Core.i') diff --git a/TAO/tao/ORB_Core.i b/TAO/tao/ORB_Core.i index 5252e5a002b..9e477af3819 100644 --- a/TAO/tao/ORB_Core.i +++ b/TAO/tao/ORB_Core.i @@ -113,6 +113,12 @@ TAO_ORB_Core::poa_current (TAO_POA_Current *new_current) return old; } +ACE_INLINE CORBA::Boolean +TAO_ORB_Core::using_collocation (void) +{ + return this->opt_for_collocation_; +} + // Template specializations that allow the cached connection manager // to work better. -- cgit v1.2.1