summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/NewPOA/README
blob: 8a47ed95cfc8017b01771e9028ad709c91b08e83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
This application explains the usage scenario, where new POAs will have
to be created.

Run this example as follows.

% NewPOA.

Comments :
=========

 - Creates the POA hierarchy as given in the header of the NewPOA.cpp 
   file.
        
 - Prints out names of all the POAs.

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

   It takes the default instances of the Resource and Strategy Factories.

   These Default factories are ok for this simple application.