Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / OBV / Indirection / README
blob7ee493266256ec9eb9962f3e56f9ed45c534d7da
3 This directory contains a CORBA example illustrating a simple client and
4 a server. The idl is similar to jacorb demo/value test. The test is used to
5 test indirection support in TAO and also can be used as interoperability
6 test between TAO and JacORB.
9 How to Run
10 ----------
12 Start the server :
13 ------------------
14 ./server
17 Start the client:
18 ------------------
19 ./client
23 Exeuction via Perl Script
24 -------------------------
26 A Perl script has been created to automate the steps shown
27 above.  This script can be run via the following command:
29 ./run_test.pl
32 NOTE:
34    If you run on Windows platform, go to Debug or Release directory to run the
35    script via following command:
37    perl ../run_test.pl