summaryrefslogtreecommitdiff
path: root/ACE/ace/Reactor_Timer_Interface.cpp
blob: 6c07f21ac86e3b9b9ec01466294175dac2371a74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// $Id$

#include "ace/Reactor_Timer_Interface.h"

ACE_RCSID (ace,
           Reactor_Timer_Interface,
           "$Id$")


ACE_BEGIN_VERSIONED_NAMESPACE_DECL

ACE_Reactor_Timer_Interface::~ACE_Reactor_Timer_Interface()
{
}

ACE_END_VERSIONED_NAMESPACE_DECL