NAME

NamingContextExt_i - An implementation of CosNaming::NamingContextExt


SYNOPSIS

  use lib "$ENV{OPALORB_ROOT}";
  use lib "$ENV{OPALORB_ROOT}/Naming";
  use CORBA;
  use NamingContextExt_i;
  ...
  my $nc = new NamingContextExt_i();
  my $id = $poa->activate_object($nc);
  $orb->run();


METHODS

new - Construct a NamingContextExt_i object. Activate this object as you would any other servant.