aboutsummaryrefslogtreecommitdiff
path: root/externals/ace/Reactor_Impl.cpp
blob: dceba327691549d303158cadc4b50c6c136280fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// $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