summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Demux/CodeGen/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Demux/CodeGen/README')
-rw-r--r--TAO/performance-tests/Demux/CodeGen/README30
1 files changed, 0 insertions, 30 deletions
diff --git a/TAO/performance-tests/Demux/CodeGen/README b/TAO/performance-tests/Demux/CodeGen/README
deleted file mode 100644
index 3f6cb9d2c14..00000000000
--- a/TAO/performance-tests/Demux/CodeGen/README
+++ /dev/null
@@ -1,30 +0,0 @@
-// $Id$
-// ============================================================================
-//
-// = LIBRARY
-// TAO/performance-tests/Demux/CodeGen
-//
-// = FILENAME
-// README
-//
-// = AUTHOR
-//
-// Aniruddha Gokhale
-//
-// ============================================================================
-
-This directory contains the code generator for the Demux Test.
-
-Command line options
-
-demux -m <num ops>
- -o <num objs> (not useful until we add USER_ID policy to the
- demux server)
- -p <num POAs>
-
-This will generate an interface definition for the Demux_Test
-interface in a file called "demux_test.idl". The code generator will
-also produce the demux_test_i.{h, cpp} files that implement the
-interface. A "demux_test_client.i" produces some client-side code that
-must be included with the client.
-