Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / DevGuideExamples / AMH / README
blob1ef1739d84b58f398c7bf334865d59b1c7ef3cf6
3 File: DevGuideExamples/GettingStarted/README
6 This directory contains a CORBA example illustrating a simple client and
7 a server with a Interface Messenger. The Messenger Interface has
8 an operation for sending a message (send_message).  The MessengerClient
9 will send a message which is displayed by the MessengerServer when
10 received.  The MessengerClient will then confirm that the message has
11 been sent successfully.
14 How to Run
15 ----------
17 To start the server :
18 ------------------
19 ./MessengerServer
22 To start the client:
23 ------------------
24 ./MessengerClient
28 Exeuction via Perl Script
29 -------------------------
31 A Perl script has been created to automate the steps shown
32 above.  This script can be run via the following command:
34 ./run_test.pl
37 NOTE:
39    If you run on Windows platform, go to Debug or Release directory to run the
40    script via following command:
42    perl ../run_test.pl