summaryrefslogtreecommitdiff
path: root/TAO/utils/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/utils/README')
-rw-r--r--TAO/utils/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/TAO/utils/README b/TAO/utils/README
new file mode 100644
index 00000000000..712cfaf67a9
--- /dev/null
+++ b/TAO/utils/README
@@ -0,0 +1,20 @@
+$Id$
+
+This directory contains the following useful utilities for working
+with TAO.
+
+ . catior -- This utility that takes in a stringified IOR and
+ decodes it, printing out the information contained in it.
+
+ . IOR-parser -- The "ior-parser" utility is similar to catior,
+ i.e,. parses IORs generated by ORBs.
+
+ . nslist -- This utility lists the current entries in the
+ Naming Service in a nicely formatter manner.
+
+ . NamingViewer -- This utility is an MFC-based CosNaming
+ viewer that allows users to manipulate a Naming Context
+ visually.
+
+ . wxNamingViewer -- This is a wxWindows implementation of the
+ NamingViewer.