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