summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-11-22 22:05:20 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-11-22 22:05:20 +0000
commit42ff0fc07ca35d989d46eeee68cebca3a67abaa3 (patch)
tree0f5a5f8bd00b450f2b61d4cf55e9a5babe830c55
parent829848b1317a734de15bc4cebbd59dfa6fc612c3 (diff)
downloadATCD-42ff0fc07ca35d989d46eeee68cebca3a67abaa3.tar.gz
Changed Readme to tell about the run_test.pl
-rw-r--r--TAO/tests/Smart_Proxies/README15
1 files changed, 5 insertions, 10 deletions
diff --git a/TAO/tests/Smart_Proxies/README b/TAO/tests/Smart_Proxies/README
index d7f9d8c8d86..1cab0594585 100644
--- a/TAO/tests/Smart_Proxies/README
+++ b/TAO/tests/Smart_Proxies/README
@@ -14,7 +14,7 @@ www.cs.wustl.edu/~schmidt/ACE_wrappers/TAO/docs/Smart_Proxies.html
Smart Proxy Example
-------------------
-This director contains a simple example that demostrats how the TAO
+This directory contains a simple example that demostrats how the TAO
Smart Proxy feature can be used. In this example, just a single
method has been "smartified" to illustrate how you just implement the
methods you wish to customize since the rest will be taken care of the
@@ -27,18 +27,13 @@ TAO_Default_Proxy_Factory class.
For execution of the test:
-% Kirthika, please update this example to have a run_test.pl automated
-% perl script and update the following instructions.
+1) ./server -o test.ior
-1) Generate the stubs:
-
- ../../TAO_IDL/tao_idl -Ge 1 test.idl
+2) ./client
-2) make
+or simply use:
-3) ./server -o test.ior
-
-4) ./client
+run_test.pl
Happy troubleshooting!