Proactor_Impl.cpp

Go to the documentation of this file.
00001 // Proactor_Impl.cpp,v 4.3 2005/10/28 16:14:54 ossama Exp
00002 
00003 #include "ace/Proactor_Impl.h"
00004 
00005 ACE_RCSID (ace,
00006            Proactor_Impl,
00007            "Proactor_Impl.cpp,v 4.3 2005/10/28 16:14:54 ossama Exp")
00008 
00009 #if ((defined (ACE_WIN32) && !defined (ACE_HAS_WINCE)) || (defined (ACE_HAS_AIO_CALLS)))
00010 // This only works on Win32 platforms and on Unix platforms supporting
00011 // aio calls.
00012 
00013 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00014 
00015 ACE_Proactor_Impl::~ACE_Proactor_Impl (void)
00016 {
00017 }
00018 
00019 ACE_END_VERSIONED_NAMESPACE_DECL
00020 
00021 #endif

Generated on Thu Nov 9 09:42:00 2006 for ACE by doxygen 1.3.6