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 virtual Test::Timestamp
test_method (Test::Timestamp send_time
);
24 virtual void shutdown (void);
27 /// Use an ORB reference to convert strings to objects and shutdown
36 #include /**/ "ace/post.h"
37 #endif /* ROUNDTRIP_H */