summaryrefslogtreecommitdiff
path: root/TAO/utils/IOR-parser/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/utils/IOR-parser/README')
-rw-r--r--TAO/utils/IOR-parser/README16
1 files changed, 0 insertions, 16 deletions
diff --git a/TAO/utils/IOR-parser/README b/TAO/utils/IOR-parser/README
deleted file mode 100644
index f4fefcb2310..00000000000
--- a/TAO/utils/IOR-parser/README
+++ /dev/null
@@ -1,16 +0,0 @@
-// FILENAME : README
-// AUTHOR : Priya Narasimhan
-// LAST MODIFIED : June 18, 1998
-// DESCRIPTION : Description of the Ior Parser
-
-The "parseIor" utility parses IORs generated by most ORBs. It has been
-tested with Orbix, VisiBroker and TAO so far.
-
-USAGE: parseIor <IOR filename>
-
-There is a sample file in this directory called TaoSimple.IOR that is
-an IOR generated using the example $TAO_ROOT/tests/Simple. You can
-run the "parseIor" utility against that to see what the output looks
-like.
-
-