00001 // $Id: Proactor_Impl.cpp 76373 2007-01-06 00:13:33Z shuston $ 00002 00003 #include "ace/Proactor_Impl.h" 00004 00005 ACE_RCSID (ace, 00006 Proactor_Impl, 00007 "$Id: Proactor_Impl.cpp 76373 2007-01-06 00:13:33Z shuston $") 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