00001 /* -*- C++ -*- */ 00002 // $Id: TLI.i,v 1.1.1.3 2001/12/04 14:33:10 chad Exp $ 00003 00004 // TLI.i 00005 00006 #include "ace/TLI.h" 00007 00008 ACE_INLINE 00009 int 00010 ACE_TLI::look (void) const 00011 { 00012 ACE_TRACE ("ACE_TLI::look"); 00013 return ACE_OS::t_look (this->get_handle ()); 00014 } 00015 00016 ACE_INLINE 00017 int 00018 ACE_TLI::rcvdis (struct t_discon *discon) const 00019 { 00020 ACE_TRACE ("ACE_TLI::rcvdis"); 00021 return ACE_OS::t_rcvdis (this->get_handle (), discon); 00022 } 00023 00024 ACE_INLINE 00025 int 00026 ACE_TLI::snddis (struct t_call *call) const 00027 { 00028 ACE_TRACE ("ACE_TLI::snddis"); 00029 return ACE_OS::t_snddis (this->get_handle (), call); 00030 } 00031 00032 ACE_INLINE 00033 int 00034 ACE_TLI::rcvrel (void) const 00035 { 00036 ACE_TRACE ("ACE_TLI::rcvrel"); 00037 return ACE_OS::t_rcvrel (this->get_handle ()); 00038 } 00039 00040 ACE_INLINE 00041 int 00042 ACE_TLI::sndrel (void) const 00043 { 00044 ACE_TRACE ("ACE_TLI::sndrel"); 00045 return ACE_OS::t_sndrel (this->get_handle ()); 00046 }
1.2.14 written by Dimitri van Heesch,
© 1997-2002