Asynch_IO_Impl.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // Asynch_IO_Impl.inl,v 4.2 2005/10/28 16:14:51 ossama Exp
00004 
00005 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00006 
00007 ACE_INLINE
00008 ACE_Asynch_Result_Impl::ACE_Asynch_Result_Impl (void)
00009 {
00010 }
00011 
00012 ACE_INLINE
00013 ACE_Asynch_Operation_Impl::ACE_Asynch_Operation_Impl (void)
00014 {
00015 }
00016 
00017 ACE_INLINE
00018 ACE_Asynch_Read_Stream_Impl::ACE_Asynch_Read_Stream_Impl (void)
00019   : ACE_Asynch_Operation_Impl ()
00020 {
00021 }
00022 
00023 ACE_INLINE
00024 ACE_Asynch_Read_Stream_Result_Impl::ACE_Asynch_Read_Stream_Result_Impl (void)
00025   : ACE_Asynch_Result_Impl ()
00026 {
00027 }
00028 
00029 ACE_INLINE
00030 ACE_Asynch_Write_Stream_Impl::ACE_Asynch_Write_Stream_Impl (void)
00031   : ACE_Asynch_Operation_Impl ()
00032 {
00033 }
00034 
00035 ACE_INLINE
00036 ACE_Asynch_Write_Stream_Result_Impl::ACE_Asynch_Write_Stream_Result_Impl (void)
00037   : ACE_Asynch_Result_Impl ()
00038 {
00039 }
00040 
00041 ACE_INLINE
00042 ACE_Asynch_Read_File_Impl::ACE_Asynch_Read_File_Impl (void)
00043   : ACE_Asynch_Operation_Impl (),
00044     ACE_Asynch_Read_Stream_Impl ()
00045 {
00046 }
00047 
00048 ACE_INLINE
00049 ACE_Asynch_Read_File_Result_Impl::ACE_Asynch_Read_File_Result_Impl (void)
00050   : ACE_Asynch_Result_Impl (),
00051     ACE_Asynch_Read_Stream_Result_Impl ()
00052 {
00053 }
00054 
00055 ACE_INLINE
00056 ACE_Asynch_Write_File_Impl::ACE_Asynch_Write_File_Impl (void)
00057   : ACE_Asynch_Operation_Impl (),
00058     ACE_Asynch_Write_Stream_Impl ()
00059 {
00060 }
00061 
00062 ACE_INLINE
00063 ACE_Asynch_Write_File_Result_Impl::ACE_Asynch_Write_File_Result_Impl (void)
00064   : ACE_Asynch_Result_Impl (),
00065     ACE_Asynch_Write_Stream_Result_Impl ()
00066 {
00067 }
00068 
00069 ACE_INLINE
00070 ACE_Asynch_Accept_Impl::ACE_Asynch_Accept_Impl (void)
00071   : ACE_Asynch_Operation_Impl ()
00072 {
00073 }
00074 
00075 ACE_INLINE
00076 ACE_Asynch_Accept_Result_Impl::ACE_Asynch_Accept_Result_Impl (void)
00077   : ACE_Asynch_Result_Impl ()
00078 {
00079 }
00080 
00081 ACE_INLINE
00082 ACE_Asynch_Connect_Impl::ACE_Asynch_Connect_Impl (void)
00083   : ACE_Asynch_Operation_Impl ()
00084 {
00085 }
00086 
00087 ACE_INLINE
00088 ACE_Asynch_Connect_Result_Impl::ACE_Asynch_Connect_Result_Impl (void)
00089   : ACE_Asynch_Result_Impl ()
00090 {
00091 }
00092 
00093 
00094 ACE_INLINE
00095 ACE_Asynch_Transmit_File_Impl::ACE_Asynch_Transmit_File_Impl (void)
00096   : ACE_Asynch_Operation_Impl ()
00097 {
00098 }
00099 
00100 ACE_INLINE
00101 ACE_Asynch_Transmit_File_Result_Impl::ACE_Asynch_Transmit_File_Result_Impl (void)
00102   : ACE_Asynch_Result_Impl ()
00103 {
00104 }
00105 
00106 ACE_END_VERSIONED_NAMESPACE_DECL

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