4 #include /**/ "ace/pre.h"
10 # pragma warning (disable:4250)
13 /// Implement the Test::Roundtrip interface
15 : public virtual POA_Test::AMH_Roundtrip
19 Roundtrip (CORBA::ORB_ptr orb
);
21 // = The skeleton methods
22 void test_method (Test::AMH_RoundtripResponseHandler_ptr _tao_rh
,
23 Test::Timestamp send_time
);
25 void shutdown (Test::AMH_RoundtripResponseHandler_ptr _tao_rh
);
28 /// Use an ORB reference to convert strings to objects and shutdown
37 #include /**/ "ace/post.h"
38 #endif /* ROUNDTRIP_H */