5 #include "ace/Event_Handler.h"
10 class Simple_i
: public POA_Simple
, public ACE_Event_Handler
13 Simple_i(CORBA::ORB_ptr orb
);
14 void registerCallee(Callee_ptr value
);
15 int handle_timeout(const ACE_Time_Value
& currentTime
, const void * data
);