3 #if !defined BUG_1330_REGRESSION_TEST_I_H
4 #define BUG_1330_REGRESSION_TEST_I_H
8 class Test_i
: public POA_Test
12 Test_i (CORBA::ORB_ptr orb
);
18 virtual void test_method(void);
20 virtual void shutdown (void);
23 /// Use an ORB reference to convert strings to objects and shutdown
28 #endif /* ! BUG_1330_REGRESSION_TEST_I_H */