summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Core.i
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-07 23:23:19 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-07 23:23:19 +0000
commite27f915c7c40bec090702ea21a6d916b3ca81b21 (patch)
tree81cd621341d2b88443ebe5f6aec323b8ec2ec57a /TAO/tao/ORB_Core.i
parente2268800be8323f6e249adc27ab282329f180eb1 (diff)
downloadATCD-e27f915c7c40bec090702ea21a6d916b3ca81b21.tar.gz
Reworked collocation optimization, Sun Jun 7 17:54:31 1998 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/ORB_Core.i')
-rw-r--r--TAO/tao/ORB_Core.i6
1 files changed, 6 insertions, 0 deletions
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.