4 #include /**/ "ace/pre.h"
10 # pragma warning (disable:4250)
13 /// Implement the Test::Roundtrip interface
15 : public virtual POA_Test::Roundtrip
20 Roundtrip (CORBA::ORB_ptr orb
);
22 // = The skeleton methods
23 Test::Timestamp
test_octet_method (const Test::octet_load
& ol
,
24 Test::Timestamp send_time
);
26 Test::Timestamp
test_long_method (const Test::long_load
& ol
,
27 Test::Timestamp send_time
);
29 Test::Timestamp
test_short_method (const Test::short_load
& ol
,
30 Test::Timestamp send_time
);
32 Test::Timestamp
test_char_method (const Test::char_load
& ol
,
33 Test::Timestamp send_time
);
35 Test::Timestamp
test_longlong_method (const Test::longlong_load
& ol
,
36 Test::Timestamp send_time
);
38 Test::Timestamp
test_double_method (const Test::double_load
& ol
,
39 Test::Timestamp send_time
);
41 virtual void shutdown (void);
44 /// Use an ORB reference to convert strings to objects and shutdown
53 #include /**/ "ace/post.h"
54 #endif /* ROUNDTRIP_H */