SCIOP_Endpoint.i

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 // SCIOP_Endpoint.i,v 1.4 2005/11/04 18:39:05 ossama Exp
00003 
00004 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00005 
00006 ACE_INLINE const char *
00007 TAO_SCIOP_Endpoint::host (void) const
00008 {
00009   return this->host_.in ();
00010 }
00011 
00012 ACE_INLINE CORBA::UShort
00013 TAO_SCIOP_Endpoint::port (void) const
00014 {
00015   return this->port_;
00016 }
00017 
00018 ACE_INLINE CORBA::UShort
00019 TAO_SCIOP_Endpoint::port (CORBA::UShort p)
00020 {
00021   return this->port_ = p;
00022 }
00023 
00024 TAO_END_VERSIONED_NAMESPACE_DECL

Generated on Thu Nov 9 13:39:29 2006 for TAO_Strategies by doxygen 1.3.6