3 #ifndef MESSENGERSHUTDOWNTIMER_H_
4 #define MESSENGERSHUTDOWNTIMER_H_
6 #include "ace/Event_Handler.h"
9 class MessengerShutdownTimer
: public ACE_Event_Handler
13 MessengerShutdownTimer (CORBA::ORB_ptr orb
);
15 virtual int handle_timeout (
16 const ACE_Time_Value
& current_time
,
24 #endif /* MESSENGERSHUTDOWNTIMER_H_ */