2 //=============================================================================
6 * @author Irfan Pyarali
8 //=============================================================================
11 #ifndef TAO_BUFFERED_AMI_TEST_I_H
12 #define TAO_BUFFERED_AMI_TEST_I_H
19 * @brief Simple implementation.
21 class test_i
: public POA_test
25 test_i (CORBA::ORB_ptr orb
);
27 // = The test interface methods.
28 void method (CORBA::ULong request_number
,
29 CORBA::ULong_out reply_number
);
38 #endif /* TAO_BUFFERED_AMI_TEST_I_H */