2 #if !defined BUG_1395_REGRESSION_TEST_I_H
3 #define BUG_1395_REGRESSION_TEST_I_H
5 #include "tao/PortableServer/PortableServer.h"
9 class Test_i
: public POA_Test
13 Test_i (CORBA::ORB_ptr orb
);
18 /// Try and create a persistant POA
19 int try_and_create_POA (void);
25 PortableServer::POA_var root_poa_
;
26 PortableServer::POAManager_var poa_mgr_
;
27 CORBA::PolicyList policies_
;
30 #endif /* ! BUG_1395_REGRESSION_TEST_I_H */