diff options
author | fhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-07-12 22:51:35 +0000 |
---|---|---|
committer | fhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-07-12 22:51:35 +0000 |
commit | 8ee8af864e753de0f0d5b204d2c4ef57b97d0cb1 (patch) | |
tree | 81942751cdc4b53719b1dc1e257a7f9ff925d2f2 /TAO/tao/ORB_Core.h | |
parent | 6da3cd6286c385c1c4bfb1ece5e979f4f4ec3493 (diff) | |
download | ATCD-8ee8af864e753de0f0d5b204d2c4ef57b97d0cb1.tar.gz |
ChangeLogTag:Thu Jul 12 17:30:42 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/ORB_Core.h')
-rw-r--r-- | TAO/tao/ORB_Core.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/TAO/tao/ORB_Core.h b/TAO/tao/ORB_Core.h index fd6ee993d5f..fa2c5b022e0 100644 --- a/TAO/tao/ORB_Core.h +++ b/TAO/tao/ORB_Core.h @@ -928,11 +928,6 @@ protected: ACE_Allocator *buffer_allocator, ACE_Allocator *dblock_allocator, ACE_Lock *lock); - /// Obtain and cache the RT_ORB object reference - void resolve_rt_orb_i (CORBA::Environment &ACE_TRY_ENV); - - /// Obtain and cache the RT_Current flyweight reference - void resolve_rt_current_i (CORBA::Environment &ACE_TRY_ENV); /// Obtain and cache the dynamic any factory object reference. void resolve_typecodefactory_i (CORBA::Environment &ACE_TRY_ENV); @@ -1013,10 +1008,10 @@ protected: CORBA::Object_ptr ior_table_; /// The cached object reference for the RTCORBA::RTORB. - CORBA::Object_ptr rt_orb_; + CORBA::Object_var rt_orb_; /// The cached object reference for the RTCORBA::RTCurrent interface. - CORBA::Object_ptr rt_current_; + CORBA::Object_var rt_current_; /** * @note |