repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git]
/
ACE
/
protocols
/
ace
/
INet
/
ClientRequestHandler.inl
blob
cf6e5ad60f5946e3fbc09ecbcde217528fc3472a
1
// -*- C++ -*-
2
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
3
4
namespace ACE
5
{
6
namespace INet
7
{
8
9
ACE_INLINE
10
const ACE_CString& ClientINetRequestHandler::INetConnectionKey::host () const
11
{
12
return this->host_;
13
}
14
15
ACE_INLINE
16
u_short ClientINetRequestHandler::INetConnectionKey::port () const
17
{
18
return this->port_;
19
}
20
21
}
22
}
23
24
ACE_END_VERSIONED_NAMESPACE_DECL