Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / Strategies / SHMIOP_Endpoint.inl
blobd7d8ab4780a14f62bd18f16a893f84b38ad24724
1 // -*- C++ -*-
2 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
4 ACE_INLINE const char *
5 TAO_SHMIOP_Endpoint::host () const
7   return this->host_.in ();
10 ACE_INLINE CORBA::UShort
11 TAO_SHMIOP_Endpoint::port () const
13   return this->port_;
16 ACE_INLINE CORBA::UShort
17 TAO_SHMIOP_Endpoint::port (CORBA::UShort p)
19   return this->port_ = p;
22 TAO_END_VERSIONED_NAMESPACE_DECL