summaryrefslogtreecommitdiff
path: root/ACE/ace/Reactor_Timer_Interface.cpp
blob: 6c7f59df26f14348b5fc12480abf3a7d63665aec (plain)
1
2
3
4
5
6
7
8
9
10
11
// $Id$

#include "ace/Reactor_Timer_Interface.h"

ACE_BEGIN_VERSIONED_NAMESPACE_DECL

ACE_Reactor_Timer_Interface::~ACE_Reactor_Timer_Interface()
{
}

ACE_END_VERSIONED_NAMESPACE_DECL