00001 // -*- C++ -*- 00002 // 00003 // $Id: ClientRequestHandler.inl 90450 2010-06-08 07:25:58Z mcorino $ 00004 00005 ACE_BEGIN_VERSIONED_NAMESPACE_DECL 00006 00007 namespace ACE 00008 { 00009 namespace INet 00010 { 00011 00012 ACE_INLINE 00013 const ACE_CString& ClientINetRequestHandler::INetConnectionKey::host () const 00014 { 00015 return this->host_; 00016 } 00017 00018 ACE_INLINE 00019 u_short ClientINetRequestHandler::INetConnectionKey::port () const 00020 { 00021 return this->port_; 00022 } 00023 00024 } 00025 } 00026 00027 ACE_END_VERSIONED_NAMESPACE_DECL