home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / include / somir.hh < prev    next >
Encoding:
Text File  |  1996-01-24  |  1.0 KB  |  48 lines

  1. /*
  2.  *   COMPONENT_NAME: somk
  3.  *
  4.  *   ORIGINS: 27
  5.  *
  6.  *
  7.  *   10H9767, 10H9769  (C) COPYRIGHT International Business Machines Corp. 1992,
  8. 1994
  9.  *   All Rights Reserved
  10.  *   Licensed Materials - Property of IBM
  11.  *   US Government Users Restricted Rights - Use, duplication or
  12.  *   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  13.  */
  14. /* %Z% %I% %W% %G% %U% [%H% %T%] */ 
  15.  
  16. /*
  17.  *    SOMIR.HH  DTS C++ include
  18.  *    Typedefs, structs, & enums in support of the CORBA Interface Repository
  19.  *    for use with SOM
  20.  */
  21.  
  22. #ifndef SOMIR_hh_DTS_INCLUDE
  23. #define SOMIR_hh_DTS_INCLUDE
  24.  
  25. #include <somtc.hh>
  26.  
  27. /*
  28.  * The following structure is for a SOM-unique extension
  29.  * to the CORBA Interface Repository
  30.  */
  31.  
  32. #pragma SOMAsDefault (off)
  33.  
  34. typedef struct somModifier {
  35.     string name;
  36.     string value;
  37. } somModifier;
  38.  
  39. /*
  40.  * Miscellaneous "ir" helper functions
  41.  */
  42.  
  43. SOMEXTERN char * SOMLINK irGetFileNames (void);
  44. SOMEXTERN char * SOMLINK irGetLastFileName (void);
  45.  
  46. #pragma SOMAsDefault (pop)
  47. #endif /* SOMIR_h */
  48.