summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-30 05:02:51 +0000
committernaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-30 05:02:51 +0000
commitf33470372f5101797b4af4ac78f387a448cbee77 (patch)
treead5f193f07cbf4c47c2963ff455f7bd13fab345f
parent906b1b477e46acb9594271b52e562695369aadb1 (diff)
downloadATCD-f33470372f5101797b4af4ac78f387a448cbee77.tar.gz
*** empty log message ***
-rw-r--r--TAO/tests/POA/README9
1 files changed, 8 insertions, 1 deletions
diff --git a/TAO/tests/POA/README b/TAO/tests/POA/README
index 3572ebd9f33..f7bbc2d70bc 100644
--- a/TAO/tests/POA/README
+++ b/TAO/tests/POA/README
@@ -25,7 +25,7 @@ these applications further.
A simple interface (Foo) is defined here and its
implementations, server and client programs are
- availabale, which can be used for testing POA
+ available, which can be used for testing POA
applications. Several servers for that interface are
implemented using different POA policies; a common
client for all the servers is also provided.
@@ -38,6 +38,13 @@ these applications further.
on the RETAIN/NON-RETAIN policy of a POA.
. Default_Servant
+
+ Contains a File IDL module and its implementation and
+ a server,client to test the File Module interfaces.
+ The System interface uses the USE_DEFAULT_MANAGER policy
+ to create a POA and registers a single File Descriptor
+ object as the default servant. The default servant serves
+ requests for many Descriptor objects.
. Explicit_Activation