repo.or.cz
/
auctionmangos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial Patch of Auction House bot rev. 135
[auctionmangos.git]
/
dep
/
ACE_wrappers
/
ace
/
Ping_Socket.inl
blob
bce261d91e666a821c8301603d1caf176ce1c7a7
1
// -*- C++ -*-
2
//
3
// $Id: Ping_Socket.inl 80826 2008-03-04 14:51:23Z wotte $
4
5
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
6
7
ACE_INLINE char *
8
ACE_Ping_Socket::icmp_recv_buff (void)
9
{
10
return this->icmp_recv_buff_;
11
}
12
13
ACE_END_VERSIONED_NAMESPACE_DECL