summaryrefslogtreecommitdiff
path: root/TAO/DevGuideExamples/ValueTypes/Messenger/README
blob: 6d344abc2517fadc5052cfc379585dccc0b7c84f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
// $Id$

This directory contains a CORBA example illustrating a simple client and
a server with a Interface Messenger. The Messenger Interface has
an operation for sending a message (send_message).  The MessengerClient
will send a message which is displayed by the MessengerServer when 
received.  The MessengerClient will then confirm that the message has
been sent successfully.

This version of the example has been modified to use a new ValueType called
Message that encapsulates the message information. The send method on
Messenger has been modified to take a single Message inout parameter.


How to Run 
----------

Start the server :
------------------
./server


Start the client:
------------------
./client



Exeuction via Perl Script
-------------------------

A Perl script has been created to automate the steps shown
above.  This script can be run via the following command:

./run_test.pl


NOTE:

   If you run on Windows platform, go to Debug or Release directory to run the 
   script via following command:  
   
   perl ../run_test.pl