Transport_Connector.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // Transport_Connector.inl,v 1.4 2005/11/02 11:03:27 ossama Exp
00004 
00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00006 
00007 ACE_INLINE TAO_ORB_Core *
00008 TAO_Connector::orb_core (void)
00009 {
00010   return this->orb_core_;
00011 }
00012 
00013 ACE_INLINE void
00014 TAO_Connector::orb_core (TAO_ORB_Core *orb_core)
00015 {
00016   this->orb_core_ = orb_core;
00017 }
00018 
00019 ACE_INLINE CORBA::ULong
00020 TAO_Connector::tag (void) const
00021 {
00022   return this->tag_;
00023 }
00024 
00025 TAO_END_VERSIONED_NAMESPACE_DECL

Generated on Thu Nov 9 11:54:27 2006 for TAO by doxygen 1.3.6