00001 /* -*- C++ -*- */ 00002 // $Id: LSOCK_Stream.i,v 1.1.1.2 2001/12/04 14:33:02 chad Exp $ 00003 00004 // LSOCK_Stream.i 00005 00006 // Sets both the file descriptors... Overrides handle from the base 00007 // classes. 00008 00009 ASYS_INLINE void 00010 ACE_LSOCK_Stream::set_handle (ACE_HANDLE fd) 00011 { 00012 ACE_TRACE ("ACE_LSOCK_Stream::set_handle"); 00013 this->ACE_SOCK_Stream::set_handle (fd); 00014 this->ACE_LSOCK::set_handle (fd); 00015 } 00016 00017 ASYS_INLINE ACE_HANDLE 00018 ACE_LSOCK_Stream::get_handle (void) const 00019 { 00020 ACE_TRACE ("ACE_LSOCK_Stream::get_handle"); 00021 return this->ACE_SOCK_Stream::get_handle (); 00022 } 00023 00024 00025
1.2.14 written by Dimitri van Heesch,
© 1997-2002