8 #include "tao/IORTable/IORTable.h"
9 #include "tao/PortableServer/POAC.h"
10 #include "tao/PortableServer/POAManagerC.h"
17 Server (int argc
, ACE_TCHAR
* argv
[]);
20 bool run (bool management
);
26 bool parse_args (int argc
, ACE_TCHAR
* argv
[]);
29 CORBA::ORB_var management_orb_
;
31 TAO_SYNCH_MUTEX mutex_
;
32 std::auto_ptr
<Test_i
> test_i_
;