blob: 712cfaf67a9aa4a09266b3844fdbeb8ae3560872 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.
|