ORBInitInfo.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // ORBInitInfo.inl,v 1.2 2005/11/04 09:26:55 ossama Exp
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

Generated on Thu Nov 9 12:51:39 2006 for TAO_PI by doxygen 1.3.6