Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tests / No_Server_MT_Connect_Test / test_i.h
blob9fd981fa5b1ad7755e03da94b629a3ee3a74bb57
1 #ifndef TAO_NO_SERVER_MT_CLIENT_TEST_I_H
2 #define TAO_NO_SERVER_MT_CLIENT_TEST_I_H
4 #include "testS.h"
6 class Simple_Server_i : public POA_Simple_Server
8 // = TITLE
9 // Simpler Server implementation
11 // = DESCRIPTION
12 // Implements the Simple_Server interface in test.idl
14 public:
15 Simple_Server_i (CORBA::ORB_ptr orb);
16 // ctor
18 // = The Simple_Server methods.
19 void test_method ();
21 void shutdown ();
23 private:
24 CORBA::ORB_var orb_;
27 #endif /* TAO_MT_CLIENT_TEST_I_H */