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
25 ORT_test_i (CORBA::ORB_ptr orb
);
27 virtual CORBA::Boolean
request_server (void);
29 virtual void shutdown (void);
38 #endif /* ORT_TEST_I_H */