summaryrefslogtreecommitdiff
path: root/ACE/ace/Reactor_Timer_Interface.cpp
blob: 7eb09697733ae00f04ca85fc2501ceeb69d77128 (plain)
1
2
3
4
5
6
7
8
9
#include "ace/Reactor_Timer_Interface.h"

ACE_BEGIN_VERSIONED_NAMESPACE_DECL

ACE_Reactor_Timer_Interface::~ACE_Reactor_Timer_Interface()
{
}

ACE_END_VERSIONED_NAMESPACE_DECL