-3

For notification client in c++ (TAO), we are registering the reference (register_initial_reference) with the RootPOA. Is there any other type of POA exists other than RootPOA.

Johnny Willemsen
  • 2,942
  • 1
  • 14
  • 16
rajeshkb
  • 41
  • 5

1 Answers1

0

There is support for child POAs, see the CORBA specification for details about the POA or see the huge amount of examples/tests that are part of TAO, for example in the TAO/tests/POA directory

Johnny Willemsen
  • 2,942
  • 1
  • 14
  • 16