3 // =========================================================================
7 * @author Mayur Deshpande <mayur@ics.uci.edu>
9 // =========================================================================
15 #include /**/ "ace/pre.h"
16 #include "tao/ORB_Core.h"
20 /// Implement the Rountrip interface
22 : public virtual POA_Test::AMH_Roundtrip
25 AMH_Servant (CORBA::ORB_ptr orb
);
27 virtual ~AMH_Servant (void);
29 /// parse arguments from command line for sleep time
30 virtual int parse_args (int &argc
, ACE_TCHAR
**argv
);
32 // = The skeleton methods
33 virtual void start_test (Test::AMH_RoundtripResponseHandler_ptr _tao_rh
);
35 virtual void end_test (Test::AMH_RoundtripResponseHandler_ptr _tao_rh
);
37 virtual void test_method (Test::AMH_RoundtripResponseHandler_ptr _tao_rh
,
38 Test::Timestamp send_time
);
41 ACE_Reactor
*reactor_
;
45 #include /**/ "ace/post.h"
47 #endif /* AMH_SERVANT_H */