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