00001 /* -*- C++ -*- */ 00002 // $Id: LSOCK_CODgram.i,v 1.1.1.2 2001/12/04 14:33:02 chad Exp $ 00003 00004 // LSOCK_CODgram.i 00005 00006 // Do nothing constructor. 00007 00008 ASYS_INLINE 00009 ACE_LSOCK_CODgram::ACE_LSOCK_CODgram (void) 00010 { 00011 ACE_TRACE ("ACE_LSOCK_CODgram::ACE_LSOCK_CODgram"); 00012 } 00013 00014 ASYS_INLINE void 00015 ACE_LSOCK_CODgram::set_handle (ACE_HANDLE h) 00016 { 00017 ACE_TRACE ("ACE_LSOCK_CODgram::set_handle"); 00018 this->ACE_SOCK_CODgram::set_handle (h); 00019 this->ACE_LSOCK::set_handle (h); 00020 } 00021 00022 ASYS_INLINE ACE_HANDLE 00023 ACE_LSOCK_CODgram::get_handle (void) const 00024 { 00025 ACE_TRACE ("ACE_LSOCK_CODgram::get_handle"); 00026 return this->ACE_SOCK_CODgram::get_handle (); 00027 }
1.2.14 written by Dimitri van Heesch,
© 1997-2002