ACE+TAO-6_5_17
[ACE_TAO.git] / TAO / tests / Bug_3108_Regression / test_i.h
bloba81166bf3e3675bc7c24ec3cc3a4d5a5523b5a0f
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 (void);
16 private:
17 CORBA::ORB_var orb_;
19 #endif