summaryrefslogtreecommitdiff
path: root/ACE/TAO/DevGuideExamples/SmartProxies/README
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/DevGuideExamples/SmartProxies/README')
-rw-r--r--ACE/TAO/DevGuideExamples/SmartProxies/README26
1 files changed, 26 insertions, 0 deletions
diff --git a/ACE/TAO/DevGuideExamples/SmartProxies/README b/ACE/TAO/DevGuideExamples/SmartProxies/README
new file mode 100644
index 00000000000..4e6bf55cdcd
--- /dev/null
+++ b/ACE/TAO/DevGuideExamples/SmartProxies/README
@@ -0,0 +1,26 @@
+// $Id$
+
+DevGuideExamples/SmartProxies/README
+
+The example in this directory extends the Messenger example in
+GettingStarted directory to use the Smart Proxy feature in TAO.
+
+A new Interface, Logger which supports an operation to log the messages
+(log_message) is used to log the information about the use of the
+Messenger.
+
+How to Run
+----------
+
+To start the logger server:
+---------------------------
+./LoggerServer
+
+To start the messenger server:
+-----------------------------
+./MessengerServer
+
+
+To start the messenger client:
+-----------------------------
+./MessengerClient