00001 #include "ace_pch.h" 00002 // $Id: Asynch_IO_Impl.cpp,v 1.1.1.4.2.1 2003/03/13 19:44:20 chad Exp $ 00003 00004 #include "ace/Asynch_IO_Impl.h" 00005 00006 #if (defined (ACE_WIN32) && !defined (ACE_HAS_WINCE)) || (defined (ACE_HAS_AIO_CALLS)) 00007 // This only works on Win32 platforms and on Unix platforms supporting 00008 // aio calls. 00009 #include "ace/OS.h" 00010 00011 #if !defined (__ACE_INLINE__) 00012 #include "ace/Asynch_IO_Impl.i" 00013 #endif /* __ACE_INLINE__ */ 00014 00015 ACE_Asynch_Result_Impl::~ACE_Asynch_Result_Impl (void) 00016 { 00017 } 00018 00019 ACE_Asynch_Operation_Impl::~ACE_Asynch_Operation_Impl (void) 00020 { 00021 } 00022 00023 ACE_Asynch_Read_Stream_Impl::~ACE_Asynch_Read_Stream_Impl (void) 00024 { 00025 } 00026 00027 ACE_Asynch_Read_Stream_Result_Impl::~ACE_Asynch_Read_Stream_Result_Impl (void) 00028 { 00029 } 00030 00031 ACE_Asynch_Write_Stream_Impl::~ACE_Asynch_Write_Stream_Impl (void) 00032 { 00033 } 00034 00035 ACE_Asynch_Write_Stream_Result_Impl::~ACE_Asynch_Write_Stream_Result_Impl (void) 00036 { 00037 } 00038 00039 ACE_Asynch_Read_File_Impl::~ACE_Asynch_Read_File_Impl (void) 00040 { 00041 } 00042 00043 ACE_Asynch_Write_File_Impl::~ACE_Asynch_Write_File_Impl (void) 00044 { 00045 } 00046 00047 ACE_Asynch_Read_File_Result_Impl::~ACE_Asynch_Read_File_Result_Impl (void) 00048 { 00049 } 00050 00051 ACE_Asynch_Write_File_Result_Impl::~ACE_Asynch_Write_File_Result_Impl (void) 00052 { 00053 } 00054 00055 ACE_Asynch_Accept_Result_Impl::~ACE_Asynch_Accept_Result_Impl (void) 00056 { 00057 } 00058 00059 ACE_Asynch_Connect_Result_Impl::~ACE_Asynch_Connect_Result_Impl (void) 00060 { 00061 } 00062 00063 ACE_Asynch_Accept_Impl::~ACE_Asynch_Accept_Impl (void) 00064 { 00065 } 00066 00067 ACE_Asynch_Connect_Impl::~ACE_Asynch_Connect_Impl (void) 00068 { 00069 } 00070 00071 ACE_Asynch_Transmit_File_Impl::~ACE_Asynch_Transmit_File_Impl (void) 00072 { 00073 } 00074 00075 ACE_Asynch_Transmit_File_Result_Impl::~ACE_Asynch_Transmit_File_Result_Impl (void) 00076 { 00077 } 00078 00079 ACE_Asynch_Read_Dgram_Impl::~ACE_Asynch_Read_Dgram_Impl (void) 00080 { 00081 } 00082 00083 ACE_Asynch_Read_Dgram_Impl::ACE_Asynch_Read_Dgram_Impl (void) 00084 { 00085 } 00086 00087 ACE_Asynch_Write_Dgram_Impl::~ACE_Asynch_Write_Dgram_Impl (void) 00088 { 00089 } 00090 00091 ACE_Asynch_Write_Dgram_Impl::ACE_Asynch_Write_Dgram_Impl (void) 00092 { 00093 } 00094 00095 //*********************************************** 00096 00097 ACE_Asynch_Read_Dgram_Result_Impl::~ACE_Asynch_Read_Dgram_Result_Impl (void) 00098 { 00099 } 00100 00101 ACE_Asynch_Read_Dgram_Result_Impl::ACE_Asynch_Read_Dgram_Result_Impl (void) 00102 { 00103 } 00104 00105 //*********************************************** 00106 00107 ACE_Asynch_Write_Dgram_Result_Impl::~ACE_Asynch_Write_Dgram_Result_Impl (void) 00108 { 00109 } 00110 00111 ACE_Asynch_Write_Dgram_Result_Impl::ACE_Asynch_Write_Dgram_Result_Impl (void) 00112 { 00113 } 00114 00115 00116 00117 00118 #endif /* ACE_WIN32 || ACE_HAS_WINCE */
1.2.14 written by Dimitri van Heesch,
© 1997-2002