3 //=============================================================================
7 * Implementation header for the "server" IDL interface for the
10 * @author Priyanka Gontla <gontla_p@ociweb.com>
12 //=============================================================================
18 #include "ORT_testS.h"
21 class ORT_test_i
: public virtual POA_ObjectReferenceTemplate::ORT_test
24 ORT_test_i (CORBA::ORB_ptr orb
);
26 virtual CORBA::Boolean
request_server ();
28 virtual void shutdown ();
35 #endif /* ORT_TEST_I_H */