Merge pull request #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git] / TAO / tests / Bug_3108_Regression / test_i.h
blob7d68c51151153ba7b282d8f05991d9f9ce67d91c
1 #ifndef TEST_I_HH
2 #define TEST_I_HH
3 #include "testS.h"
5 class test_i :
6 public POA_test
8 public:
9 /// Constructor.
10 test_i (CORBA::ORB_ptr orb);
12 /// Test method.
13 CORBA::Long test_method ();
14 virtual void shutdown ();
16 private:
17 CORBA::ORB_var orb_;
19 #endif