diff options
Diffstat (limited to 'ace/LSOCK_CODgram.i')
-rw-r--r-- | ace/LSOCK_CODgram.i | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/ace/LSOCK_CODgram.i b/ace/LSOCK_CODgram.i index 80a6071770c..48c7280459f 100644 --- a/ace/LSOCK_CODgram.i +++ b/ace/LSOCK_CODgram.i @@ -1,17 +1,15 @@ /* -*- C++ -*- */ // $Id$ -// LSOCK_CODgram.i +// Do nothing constructor. -// Do nothing constructor. - -ASYS_INLINE +ACE_INLINE ACE_LSOCK_CODgram::ACE_LSOCK_CODgram (void) { ACE_TRACE ("ACE_LSOCK_CODgram::ACE_LSOCK_CODgram"); } -ASYS_INLINE void +ACE_INLINE void ACE_LSOCK_CODgram::set_handle (ACE_HANDLE h) { ACE_TRACE ("ACE_LSOCK_CODgram::set_handle"); @@ -19,7 +17,7 @@ ACE_LSOCK_CODgram::set_handle (ACE_HANDLE h) this->ACE_LSOCK::set_handle (h); } -ASYS_INLINE ACE_HANDLE +ACE_INLINE ACE_HANDLE ACE_LSOCK_CODgram::get_handle (void) const { ACE_TRACE ("ACE_LSOCK_CODgram::get_handle"); |