
/*
 *
 * DISCLAIMER OF WARRANTIES.
 * The following [enclosed] code is sample code created by IBM
 * Corporation. This sample code is not part of any standard or IBM
 * product and is provided to you solely for the purpose of assisting
 * you in the development of your applications.  The code is provided
 * "AS IS". IBM MAKES NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT
 * NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
 * FOR A PARTICULAR PURPOSE, REGARDING THE FUNCTION OR PERFORMANCE OF
 * THIS CODE.  IBM shall not be liable for any damages arising out of
 * your use of the sample code, even if they have been advised of the
 * possibility of such damages.
 *
 * DISTRIBUTION.
 * This sample code can be freely distributed, copied, altered, and
 * incorporated into other software, provided that it bears the above
 * Copyright notice and DISCLAIMER intact.
 */

This program allows users to "browse" the SOM Interface Repository (IR).
The program displays three items on its window: (1) the name of the IR
object currently "in focus", (2) a description of this object, and (3) a
List Box from which other IR objects may be selected.

To build the sample:
 - The CORBA C bindings are required for this sample.
   Use the batch file somcorba.bat to generate these
   bindings.

 - Microsoft users enter "nmake -f makefile.msc".

To clean up the directory after running the samples:

 - Microsoft users enter "nmake clean".


To run the program, enter:
        irdump

