4 #include /**/ "ace/pre.h"
6 #include "tao/DynamicInterface/Dynamic_Implementation.h"
7 #include "tao/PortableServer/PortableServer.h"
10 #if defined (_MSC_VER)
11 # pragma warning(push)
12 # pragma warning (disable:4250)
15 /// Implement the Test::Roundtrip interface
17 : public virtual PortableServer::DynamicImplementation
21 Roundtrip (CORBA::ORB_ptr orb
);
24 virtual void invoke (CORBA::ServerRequest_ptr request
);
25 virtual CORBA::RepositoryId
_primary_interface (
26 const PortableServer::ObjectId
&oid
,
27 PortableServer::POA_ptr poa
);
30 /// Use an ORB reference to convert strings to objects and shutdown
39 #include /**/ "ace/post.h"
40 #endif /* ROUNDTRIP_H */