#ifndef POAUTIL_H__ #define POAUTIL_H__ #include "tao/ORB.h" #include "tao/PortableServer/PortableServer.h" class POAUtil { public: static PortableServer::POA_ptr create_basic_POA( PortableServer::POA_ptr parentPOA, PortableServer::POAManager_ptr POAManager, char * POAName, CORBA::Boolean isMultiThread, CORBA::Boolean isPersistent); }; #endif