mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
15 lines
322 B
C++
15 lines
322 B
C++
// $Id: Reactor_Impl.cpp 80826 2008-03-04 14:51:23Z wotte $
|
|
|
|
#include "ace/Reactor_Impl.h"
|
|
|
|
ACE_RCSID (ace,
|
|
Reactor_Impl,
|
|
"$Id: Reactor_Impl.cpp 80826 2008-03-04 14:51:23Z wotte $")
|
|
|
|
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
|
|
|
|
ACE_Reactor_Impl::~ACE_Reactor_Impl (void)
|
|
{
|
|
}
|
|
|
|
ACE_END_VERSIONED_NAMESPACE_DECL
|