Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Bug_2503_Regression / test_i.h
blobd4d4131ed763cae24cf678f31a57509a14e308bc
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 (void);
16 char * create_and_activate_server(void);
17 private:
18 CORBA::ORB_var orb_;
21 #endif // test_i_h