void CORBA::BOA::scope(enum RegistrationScope Portee);
enum CORBA::BOA::RegistrationScope CORBA::BOA::scope(void);
Lit la portée du serveur.
#include <corba.h>
#include <oad_c.hh>
#include <impldef_c.hh>
CORBA::BOA_ptr pBOA;
enum CORBA::BOA::RegistrationScope Portee;
...
Portee=SCOPE_GLOBAL;
pBOA->scope(Portee);
...
Portee=pBOA->scope();
...