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/README23
1 files changed, 0 insertions, 23 deletions
diff --git a/TAO/utils/IOR-parser/README b/TAO/utils/IOR-parser/README
deleted file mode 100644
index 44ca61a2fad..00000000000
--- a/TAO/utils/IOR-parser/README
+++ /dev/null
@@ -1,23 +0,0 @@
-// FILENAME : README
-// AUTHOR : Priya Narasimhan <priya@alpha.ece.ucsb.edu>
-// LAST MODIFIED : September 18, 1998
-// DESCRIPTION : Description of the IOR Parser
-
-The "ior-parser" utility parses IORs generated by most ORBs. It has been
-tested with Orbix, VisiBroker and TAO so far.
-
-USAGE: ior-parser <IOR filename>
-
-There are sample IORs (Tao.IOR, Orbix.IOR and Visibroker.IOR) in this
-directory. You can run the "ior-parser" utility against these to see
-what the normal output looks like.
-
-RELEASE NOTES:
-
-The "ior-parser" does not currently work if multi-component profiles are
-embedded in the IOR. Since Visibroker IORs normally contain
-multi-component (LIOP and IIOP) profiles, this version of the IOR Parser
-will work only if the Visibroker server is forced to generate a
-single-component (IIOP) profile by passing it the command-line option
-"-OAlocalIPC 0".
-