Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tao / Strategies / DIOP_Endpoint.inl
blobf9455e90305fd65e643fedfa85b58a1264f4a832
1 // -*- C++ -*-
2 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
4 ACE_INLINE const char *
5 TAO_DIOP_Endpoint::host () const
7   return this->host_.in ();
10 ACE_INLINE CORBA::UShort
11 TAO_DIOP_Endpoint::port () const
13   return this->port_;
16 ACE_INLINE CORBA::UShort
17 TAO_DIOP_Endpoint::port (CORBA::UShort p)
19   return this->port_ = p;
22 TAO_END_VERSIONED_NAMESPACE_DECL