Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git] / ACE / protocols / ace / INet / ClientRequestHandler.inl
blobcf6e5ad60f5946e3fbc09ecbcde217528fc3472a
1 // -*- C++ -*-
2 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
4 namespace ACE
6   namespace INet
7   {
9     ACE_INLINE
10     const ACE_CString& ClientINetRequestHandler::INetConnectionKey::host () const
11       {
12         return this->host_;
13       }
15     ACE_INLINE
16     u_short ClientINetRequestHandler::INetConnectionKey::port () const
17       {
18         return this->port_;
19       }
21   }
24 ACE_END_VERSIONED_NAMESPACE_DECL