Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / utils / README
blob1d783c5afad0af891c8db15c5e3924ce4f0f439e
3 This directory contains the following useful utilities for working
4 with TAO.
6         . catior -- This utility that takes in a stringified IOR and
7           decodes it, printing out the information contained in it.
9         . IOR-parser -- The "ior-parser" utility is similar to catior,
10           i.e,. parses IORs generated by ORBs.
12         . logWalker -- A way to make sense of large, complicated
13           TAO debug output logs.
15         . nslist -- This utility lists the current entries in the
16           Naming Service in a nicely formatter manner.
18         . NamingViewer -- This utility is an MFC-based CosNaming
19           viewer that allows users to manipulate a Naming Context
20           visually.
22         . wxNamingViewer -- This is a wxWindows implementation of the
23           NamingViewer.