PortableServer::POAManager_ptr CORBA::POA::the_POAManager(void);
#include <corba.h>
#include <oad_c.hh>
#include <impldef_c.hh>
CORBA::POA_ptr pPoa;
PortableServer::POAManager_ptr pPoaManager;
...
pPoaManager=pPoa->the_POAManager();
...
pPoaManager->activate();
...
CORBA::POA::activate_object pour activer un serveur d'objets.
CORBA::POA::deactivate_object pour désactiver un serveur d'objets.
CORBA::POA::destroy pour arrêter les services gérés par le Portable Object Adapter.