Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / DevGuideExamples / SmartProxies / README
bloba78d6ee9558d79a3603d78339fca9a2a8708103b
3 DevGuideExamples/SmartProxies/README
5 The example in this directory extends the Messenger example in
6 GettingStarted directory to use the Smart Proxy feature in TAO.
8 A new Interface, Logger which supports an operation to log the messages
9 (log_message) is used to log the information about the use of the
10 Messenger.
12 How to Run
13 ----------
15 To start the logger server:
16 ---------------------------
17 ./LoggerServer
19 To start the messenger server:
20 -----------------------------
21 ./MessengerServer
24 To start the messenger client:
25 -----------------------------
26 ./MessengerClient