summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/RootPOA/README
blob: bf5f5f0aab5de82cbe945786be417157426d3661 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
This program obtains the name of the Root POA.

Run the application as follows.

% RootPOA

Comments:
========

- It prints out the name of the Root POA.

- It prints out two warning messages, since there is no Resource Factory  and Strategy Factory
  found in the Service Repository.

  So, it takes the default instances of the Resource and Strategy Factories.

  This is ok for this simple application.