4 #include /**/ "ace/pre.h"
10 # pragma warning (disable:4250)
13 /// Implement the Test::Roundtrip interface
15 : public virtual POA_Test::Roundtrip
19 Roundtrip (CORBA::ORB_ptr orb
);
21 // = The skeleton methods
22 Test::Timestamp
test_octet_method (const Test::octet_load
& ol
,
23 Test::Timestamp send_time
);
25 Test::Timestamp
test_long_method (const Test::long_load
& ol
,
26 Test::Timestamp send_time
);
28 Test::Timestamp
test_short_method (const Test::short_load
& ol
,
29 Test::Timestamp send_time
);
31 Test::Timestamp
test_char_method (const Test::char_load
& ol
,
32 Test::Timestamp send_time
);
34 Test::Timestamp
test_longlong_method (const Test::longlong_load
& ol
,
35 Test::Timestamp send_time
);
37 Test::Timestamp
test_double_method (const Test::double_load
& ol
,
38 Test::Timestamp send_time
);
40 virtual void shutdown ();
43 /// Use an ORB reference to convert strings to objects and shutdown
52 #include /**/ "ace/post.h"
53 #endif /* ROUNDTRIP_H */