Proactor_Impl.cpp

Go to the documentation of this file.
00001 // $Id: Proactor_Impl.cpp 80826 2008-03-04 14:51:23Z wotte $
00002 
00003 #include "ace/Proactor_Impl.h"
00004 
00005 ACE_RCSID (ace,
00006            Proactor_Impl,
00007            "$Id: Proactor_Impl.cpp 80826 2008-03-04 14:51:23Z wotte $")
00008 
00009 #if defined (ACE_HAS_WIN32_OVERLAPPED_IO) || defined (ACE_HAS_AIO_CALLS)
00010 // This only works on standard 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 Tue Feb 2 17:18:41 2010 for ACE by  doxygen 1.4.7