summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Explicit_Activation/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/POA/Explicit_Activation/README')
-rw-r--r--TAO/tests/POA/Explicit_Activation/README34
1 files changed, 0 insertions, 34 deletions
diff --git a/TAO/tests/POA/Explicit_Activation/README b/TAO/tests/POA/Explicit_Activation/README
deleted file mode 100644
index c167476cc8b..00000000000
--- a/TAO/tests/POA/Explicit_Activation/README
+++ /dev/null
@@ -1,34 +0,0 @@
-// $Id$
-
------
-
-!!!!!!!!!!!! Bug !!!!!!!!!!!
-Currently, this application has some bugs. The _narrow function at the
-server fails.
-It will be fixed soon.
-!!!!!!!!!!!! BUG !!!!!!!!!!!
-
-This application demostrates various operations that can be used for
-explicit activation of Servant objects.
-
-The server program is available here. Use the Generic_Servant/client
-program to test this.
-
-Run the server as follows:
-
-% ./server -ORBobjrefstyle URL &
-
-
-Run the client as follows:
-
-% cd $TAO_ROOT/tests/POA/Generic_Servant
-% ./client -k <IOR>
-
-
-Comments :
-=========
-
- - As soon as, the server prints out the IOR, cut it and use it for
-running the client.
----------
-