00001 // $Id: Reactor_Timer_Interface.cpp 69051 2005-10-28 16:14:56Z ossama $ 00002 00003 #include "ace/Reactor_Timer_Interface.h" 00004 00005 ACE_RCSID (ace, 00006 Reactor_Timer_Interface, 00007 "$Id: Reactor_Timer_Interface.cpp 69051 2005-10-28 16:14:56Z ossama $") 00008 00009 00010 ACE_BEGIN_VERSIONED_NAMESPACE_DECL 00011 00012 ACE_Reactor_Timer_Interface::~ACE_Reactor_Timer_Interface() 00013 { 00014 } 00015 00016 ACE_END_VERSIONED_NAMESPACE_DECL