diff options
Diffstat (limited to 'TAO/orbsvcs/tests/tests_svc_loader/README')
-rw-r--r-- | TAO/orbsvcs/tests/tests_svc_loader/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/tests_svc_loader/README b/TAO/orbsvcs/tests/tests_svc_loader/README new file mode 100644 index 00000000000..1e581782879 --- /dev/null +++ b/TAO/orbsvcs/tests/tests_svc_loader/README @@ -0,0 +1,12 @@ +// $Id$ + + This directory contains a generic client program. The program +takes an object reference as a commandline parameter and checks if it +refers to an existing object and a debug statement is printed out to +reflect the same. + +To Run tests_svc_loader +======================= + +./tests_svc_loader file://ns.ior + |