home *** CD-ROM | disk | FTP | other *** search
- /*
- * COMPONENT_NAME: somk
- *
- * ORIGINS: 27
- *
- *
- * 10H9767, 10H9769 (C) COPYRIGHT International Business Machines Corp. 1992,
- 1994
- * All Rights Reserved
- * Licensed Materials - Property of IBM
- * US Government Users Restricted Rights - Use, duplication or
- * disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- */
- /* %Z% %I% %W% %G% %U% [%H% %T%] */
-
- /*
- * SOMIR.HH DTS C++ include
- * Typedefs, structs, & enums in support of the CORBA Interface Repository
- * for use with SOM
- */
-
- #ifndef SOMIR_hh_DTS_INCLUDE
- #define SOMIR_hh_DTS_INCLUDE
-
- #include <somtc.hh>
-
- /*
- * The following structure is for a SOM-unique extension
- * to the CORBA Interface Repository
- */
-
- #pragma SOMAsDefault (off)
-
- typedef struct somModifier {
- string name;
- string value;
- } somModifier;
-
- /*
- * Miscellaneous "ir" helper functions
- */
-
- SOMEXTERN char * SOMLINK irGetFileNames (void);
- SOMEXTERN char * SOMLINK irGetLastFileName (void);
-
- #pragma SOMAsDefault (pop)
- #endif /* SOMIR_h */
-