summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Generic_Servant/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/POA/Generic_Servant/README')
-rw-r--r--TAO/tests/POA/Generic_Servant/README24
1 files changed, 0 insertions, 24 deletions
diff --git a/TAO/tests/POA/Generic_Servant/README b/TAO/tests/POA/Generic_Servant/README
deleted file mode 100644
index 05ee0f2a18e..00000000000
--- a/TAO/tests/POA/Generic_Servant/README
+++ /dev/null
@@ -1,24 +0,0 @@
-// $Id$
-
-Generic Servant:
-===============
-
-File Name
----------
-
-Foo.idl Simple Foo idl interface
-MyFooServant.h Servant definition for the Foo interface
-MyFooServant.cpp Servant implementation for the FOO interface
-client.cpp A simple Foo client
-
-Typing
-
-% Make
-
- creates an executable client and server library libserver.a.
-
-To run the client, type
-
-% client [-ORBport port] -k IOR
-
-where IOR can be got from the server output.