summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/tests/HTIOP/Hello/README
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/orbsvcs/tests/HTIOP/Hello/README')
-rw-r--r--ACE/TAO/orbsvcs/tests/HTIOP/Hello/README22
1 files changed, 22 insertions, 0 deletions
diff --git a/ACE/TAO/orbsvcs/tests/HTIOP/Hello/README b/ACE/TAO/orbsvcs/tests/HTIOP/Hello/README
new file mode 100644
index 00000000000..52221e74599
--- /dev/null
+++ b/ACE/TAO/orbsvcs/tests/HTIOP/Hello/README
@@ -0,0 +1,22 @@
+/**
+
+@page Hello Test README File
+
+Simple Test to test the functionality and usage of HTIOP protocol
+
+ Please refrain from "improving", extending or expanding this
+test, if you need to change
+
+ To run the test use the run_test.pl script:
+
+$ ./run_test.pl
+
+ the script returns 0 if the test was successful.
+
+
+This test also demonstrates how one could use HTIOP with the corbaloc
+or corbaname syntax. Note that corbaloc support requires the server register
+the object reference with the IOR table internally, the corbaname support
+requires the NamingService running.
+
+*/