1 #ifndef TAO_NO_SERVER_MT_CLIENT_TEST_I_H
2 #define TAO_NO_SERVER_MT_CLIENT_TEST_I_H
6 class Simple_Server_i
: public POA_Simple_Server
9 // Simpler Server implementation
12 // Implements the Simple_Server interface in test.idl
15 Simple_Server_i (CORBA::ORB_ptr orb
);
18 // = The Simple_Server methods.
27 #endif /* TAO_MT_CLIENT_TEST_I_H */