00001 // -*- C++ -*- 00002 // 00003 // $Id: ORBInitInfo.inl 69198 2005-11-04 09:26:56Z ossama $ 00004 00005 00006 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00007 00008 ACE_INLINE TAO_ORB_Core * 00009 TAO_ORBInitInfo::orb_core (void) const 00010 { 00011 return this->orb_core_; 00012 } 00013 00014 ACE_INLINE void 00015 TAO_ORBInitInfo::invalidate (void) 00016 { 00017 this->orb_core_ = 0; 00018 } 00019 00020 ACE_INLINE PortableInterceptor::SlotId 00021 TAO_ORBInitInfo::slot_count (void) const 00022 { 00023 return this->slot_count_; 00024 } 00025 00026 TAO_END_VERSIONED_NAMESPACE_DECL