4 * @author Carlos O'Ryan <coryan@atdesk.com>
7 #ifndef Server_Timer__h_
8 #define Server_Timer__h_
9 #include /**/ "ace/pre.h"
12 #include "ace/Event_Handler.h"
14 #if !defined (ACE_LACKS_PRAGMA_ONCE)
16 #endif /* ACE_LACKS_PRAGMA_ONCE */
18 class Server_Timer
: public ACE_Event_Handler
22 Server_Timer (Test::Echo_ptr echo
, ACE_Reactor
* reactor
);
26 /// Thread entry point
27 int handle_timeout(ACE_Time_Value
const & tv
, void const *);
30 /// Reference to the test interface
34 #include /**/ "ace/post.h"
35 #endif /* Server_Timer__h_ */