summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Core.i
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-16 03:03:20 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-16 03:03:20 +0000
commit013b5e74ae0da0abb446ea2f6d0c459f09d412c6 (patch)
treec0c44d4313e603a7655f9f6d3ea9f0e093f0f6f2 /TAO/tao/ORB_Core.i
parentcb04c8699f9f8b050905e397a66b65ad05bee136 (diff)
downloadATCD-013b5e74ae0da0abb446ea2f6d0c459f09d412c6.tar.gz
ChangeLogTag: Fri Dec 15 20:59:49 2000 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/ORB_Core.i')
-rw-r--r--TAO/tao/ORB_Core.i15
1 files changed, 14 insertions, 1 deletions
diff --git a/TAO/tao/ORB_Core.i b/TAO/tao/ORB_Core.i
index efad67ae024..cd03c48d3f6 100644
--- a/TAO/tao/ORB_Core.i
+++ b/TAO/tao/ORB_Core.i
@@ -28,6 +28,19 @@ TAO_ORB_Core::connection_cache (void)
return this->connection_cache_;
}
+ACE_INLINE CORBA::Boolean
+TAO_ORB_Core::bidir_giop_policy (void)
+{
+ return this->bidir_giop_policy_;
+}
+
+ACE_INLINE void
+TAO_ORB_Core::bidir_giop_policy (CORBA::Boolean val)
+{
+ this->bidir_giop_policy_ = val;
+}
+
+
ACE_INLINE TAO_Object_Ref_Table &
TAO_ORB_Core::object_ref_table (void)
{
@@ -704,7 +717,7 @@ TAO_ORB_Core::add_interceptor (
CORBA_Environment &ACE_TRY_ENV)
{
this->ior_interceptors_.add_interceptor (interceptor,
- ACE_TRY_ENV);
+ ACE_TRY_ENV);
}
ACE_INLINE TAO_IORInterceptor_List::TYPE &