diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-21 01:38:16 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-21 01:38:16 +0000 |
commit | 49e61f5c0304948840c606f18d0efcfd79d1c52c (patch) | |
tree | f56a8e39db58f5f5e3d484b4b6f471aac2803441 /TAO/tao/ORB.i | |
parent | 720bf7c7edd2b64fc7b3daab27890f4164ebe924 (diff) | |
download | ATCD-49e61f5c0304948840c606f18d0efcfd79d1c52c.tar.gz |
Thu May 20 20:29:16 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/ORB.i')
-rw-r--r-- | TAO/tao/ORB.i | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/ORB.i b/TAO/tao/ORB.i index 7307b6c30e9..f99fd2ee274 100644 --- a/TAO/tao/ORB.i +++ b/TAO/tao/ORB.i @@ -341,6 +341,12 @@ CORBA_ORB::_optimize_collocation_objects (void) return this->optimize_collocation_objects_; } +ACE_INLINE TAO_ORB_Core * +CORBA_ORB::orb_core (void) const +{ + return this->orb_core_; +} + // ************************************************************* // Inline operations for class CORBA_ORB_var // ************************************************************* |