diff options
Diffstat (limited to 'ace/Ping_Socket.inl')
-rw-r--r-- | ace/Ping_Socket.inl | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ace/Ping_Socket.inl b/ace/Ping_Socket.inl deleted file mode 100644 index 6719b097714..00000000000 --- a/ace/Ping_Socket.inl +++ /dev/null @@ -1,10 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - - -ACE_INLINE char * -ACE::Ping_Socket::icmp_recv_buff (void) -{ - return this->icmp_recv_buff_; -} |