Asynch_IO_Impl.cpp

Go to the documentation of this file.
00001 // Asynch_IO_Impl.cpp,v 4.10 2005/10/28 16:14:51 ossama Exp
00002 
00003 #include "ace/Asynch_IO_Impl.h"
00004 
00005 #if (defined (ACE_WIN32) && !defined (ACE_HAS_WINCE)) || (defined (ACE_HAS_AIO_CALLS))
00006 // This only works on Win32 platforms and on Unix platforms supporting
00007 // aio calls.
00008 
00009 #if !defined (__ACE_INLINE__)
00010 #include "ace/Asynch_IO_Impl.inl"
00011 #endif /* __ACE_INLINE__ */
00012 
00013 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
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 ACE_END_VERSIONED_NAMESPACE_DECL
00116 
00117 #endif /* ACE_WIN32 || ACE_HAS_WINCE */

Generated on Thu Nov 9 09:41:46 2006 for ACE by doxygen 1.3.6