=default for generated implementation copy ctor
[ACE_TAO.git] / TAO / tao / PI / ORBInitInfo.inl
blob9a4e71b5a588f005ea54f0f24db50757d39ea243
1 // -*- C++ -*-
3 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
5 ACE_INLINE TAO_ORB_Core *
6 TAO_ORBInitInfo::orb_core () const
8   return this->orb_core_;
11 ACE_INLINE void
12 TAO_ORBInitInfo::invalidate ()
14   this->orb_core_ = 0;
17 ACE_INLINE PortableInterceptor::SlotId
18 TAO_ORBInitInfo::slot_count () const
20   return this->slot_count_;
23 TAO_END_VERSIONED_NAMESPACE_DECL