1 #ifndef TAO_BUG_2494_REGRESSION_TEST_I_H
2 #define TAO_BUG_2494_REGRESSION_TEST_I_H
8 * Simpler Server implementation
10 * Implements the Simple_Server interface in test.idl
12 class Simple_Server_i
: public POA_Simple_Server
, public ACE_Event_Handler
15 Simple_Server_i (CORBA::ORB_ptr orb
);
18 // = The Simple_Server methods.
19 char *test_method (Simple_Server_ptr objref
);
21 virtual void client_done ();
25 virtual int handle_timeout (const ACE_Time_Value
¤t_time
,
31 TAO_SYNCH_MUTEX lock_
;
32 TAO_SYNCH_CONDITION cond_
;
36 #if defined(__ACE_INLINE__)
38 #endif /* __ACE_INLINE__ */
40 #endif /* TAO_BUG_2494_REGRESSION_TEST_I_H */