Merge pull request #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git] / TAO / tests / Bug_2503_Regression / test_i.h
blob5750eec636c4fc4b17c82c44a2a64945d6c930ab
1 #ifndef test_i_h
2 #define test_i_h
4 #include "TestS.h"
6 class test_i
7 : public POA_Test
9 public:
10 test_i(CORBA::ORB_ptr);
12 virtual void the_operation(CORBA::Long & x);
14 virtual void shutdown ();
16 char * create_and_activate_server();
17 private:
18 CORBA::ORB_var orb_;
21 #endif // test_i_h