00001 // $Id: Asynch_IO_Impl.i,v 1.1.1.3 2003/02/21 18:36:32 chad Exp $ 00002 00003 ACE_INLINE 00004 ACE_Asynch_Result_Impl::ACE_Asynch_Result_Impl (void) 00005 { 00006 } 00007 00008 ACE_INLINE 00009 ACE_Asynch_Operation_Impl::ACE_Asynch_Operation_Impl (void) 00010 { 00011 } 00012 00013 ACE_INLINE 00014 ACE_Asynch_Read_Stream_Impl::ACE_Asynch_Read_Stream_Impl (void) 00015 : ACE_Asynch_Operation_Impl () 00016 { 00017 } 00018 00019 ACE_INLINE 00020 ACE_Asynch_Read_Stream_Result_Impl::ACE_Asynch_Read_Stream_Result_Impl (void) 00021 : ACE_Asynch_Result_Impl () 00022 { 00023 } 00024 00025 ACE_INLINE 00026 ACE_Asynch_Write_Stream_Impl::ACE_Asynch_Write_Stream_Impl (void) 00027 : ACE_Asynch_Operation_Impl () 00028 { 00029 } 00030 00031 ACE_INLINE 00032 ACE_Asynch_Write_Stream_Result_Impl::ACE_Asynch_Write_Stream_Result_Impl (void) 00033 : ACE_Asynch_Result_Impl () 00034 { 00035 } 00036 00037 ACE_INLINE 00038 ACE_Asynch_Read_File_Impl::ACE_Asynch_Read_File_Impl (void) 00039 : ACE_Asynch_Operation_Impl (), 00040 ACE_Asynch_Read_Stream_Impl () 00041 { 00042 } 00043 00044 ACE_INLINE 00045 ACE_Asynch_Read_File_Result_Impl::ACE_Asynch_Read_File_Result_Impl (void) 00046 : ACE_Asynch_Result_Impl (), 00047 ACE_Asynch_Read_Stream_Result_Impl () 00048 { 00049 } 00050 00051 ACE_INLINE 00052 ACE_Asynch_Write_File_Impl::ACE_Asynch_Write_File_Impl (void) 00053 : ACE_Asynch_Operation_Impl (), 00054 ACE_Asynch_Write_Stream_Impl () 00055 { 00056 } 00057 00058 ACE_INLINE 00059 ACE_Asynch_Write_File_Result_Impl::ACE_Asynch_Write_File_Result_Impl (void) 00060 : ACE_Asynch_Result_Impl (), 00061 ACE_Asynch_Write_Stream_Result_Impl () 00062 { 00063 } 00064 00065 ACE_INLINE 00066 ACE_Asynch_Accept_Impl::ACE_Asynch_Accept_Impl (void) 00067 : ACE_Asynch_Operation_Impl () 00068 { 00069 } 00070 00071 ACE_INLINE 00072 ACE_Asynch_Accept_Result_Impl::ACE_Asynch_Accept_Result_Impl (void) 00073 : ACE_Asynch_Result_Impl () 00074 { 00075 } 00076 00077 ACE_INLINE 00078 ACE_Asynch_Connect_Impl::ACE_Asynch_Connect_Impl (void) 00079 : ACE_Asynch_Operation_Impl () 00080 { 00081 } 00082 00083 ACE_INLINE 00084 ACE_Asynch_Connect_Result_Impl::ACE_Asynch_Connect_Result_Impl (void) 00085 : ACE_Asynch_Result_Impl () 00086 { 00087 } 00088 00089 00090 ACE_INLINE 00091 ACE_Asynch_Transmit_File_Impl::ACE_Asynch_Transmit_File_Impl (void) 00092 : ACE_Asynch_Operation_Impl () 00093 { 00094 } 00095 00096 ACE_INLINE 00097 ACE_Asynch_Transmit_File_Result_Impl::ACE_Asynch_Transmit_File_Result_Impl (void) 00098 : ACE_Asynch_Result_Impl () 00099 { 00100 }
1.2.14 written by Dimitri van Heesch,
© 1997-2002