summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/RootPOA/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/POA/RootPOA/README')
-rw-r--r--TAO/tests/POA/RootPOA/README17
1 files changed, 0 insertions, 17 deletions
diff --git a/TAO/tests/POA/RootPOA/README b/TAO/tests/POA/RootPOA/README
deleted file mode 100644
index bf5f5f0aab5..00000000000
--- a/TAO/tests/POA/RootPOA/README
+++ /dev/null
@@ -1,17 +0,0 @@
-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.