2 //=============================================================================
6 * @author Balachandran Natarajan <bala@cs.wustl.edu>
8 //=============================================================================
11 #ifndef TAO_SINGLE_READ_TEST_I_H
12 #define TAO_SINGLE_READ_TEST_I_H
19 * @brief Simple implementation.
21 class test_i
: public POA_test
25 test_i (CORBA::ORB_ptr orb
, const ACE_TCHAR
*file_name
);
27 // = The test interface methods.
28 void method (CORBA::ULong request_number
,
37 CORBA::Boolean client_done_
;
39 const ACE_TCHAR
*client_done_file_
;
42 #endif /* TAO_SINGLE_READ_TEST_I_H*/