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
Document return values
[ACE_TAO.git]
/
ACE
/
ace
/
Ping_Socket.inl
blob
4c5373a3c86eb38ee4cbb88bd0112cb891a5bf46
1
// -*- C++ -*-
2
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
3
4
ACE_INLINE char *
5
ACE_Ping_Socket::icmp_recv_buff ()
6
{
7
return this->icmp_recv_buff_;
8
}
9
10
ACE_END_VERSIONED_NAMESPACE_DECL