3 //=============================================================================
7 * @author Irfan Pyarali
9 //=============================================================================
12 #ifndef TAO_TIMED_BUFFERED_ONEWAYS_TEST_I_H
13 #define TAO_TIMED_BUFFERED_ONEWAYS_TEST_I_H
20 * @brief Simple implementation.
22 class test_i
: public POA_test
26 test_i (CORBA::ORB_ptr orb
);
28 // = The test interface methods.
29 void method (CORBA::ULong request_number
,
30 CORBA::Long start_time
,
36 void shutdown (CORBA::Long start_time
);
43 #endif /* TAO_TIMED_BUFFERED_ONEWAYS_TEST_I_H */