home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / include / som.xh < prev    next >
Encoding:
Text File  |  1996-01-24  |  829 b   |  46 lines

  1. /*
  2.  *   COMPONENT_NAME: somk
  3.  *
  4.  *   ORIGINS: 27
  5.  *
  6.  *
  7.  *   10H9767, 10H9769  (C) COPYRIGHT International Business Machines Corp. 1992,1994
  8.  *   All Rights Reserved
  9.  *   Licensed Materials - Property of IBM
  10.  *   US Government Users Restricted Rights - Use, duplication or
  11.  *   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  12.  */
  13. /* %Z% %I% %W% %G% %U% [%H% %T%] */
  14.  
  15. /*
  16.  */
  17.  
  18. /*
  19.  *    SOM.XH
  20.  *    First level Public C++ include file for System Object Model
  21.  */
  22.  
  23. #ifndef som_xh
  24. #define som_xh
  25. #define som_h
  26.  
  27. #include <somnames.h>
  28. #include <somltype.h>
  29.  
  30. #ifdef _WIN16
  31. #undef SOMLINK
  32. #define SOMLINK
  33. #endif
  34.  
  35. #include <somtypes.xh>
  36. #include <somcdev.xh>
  37. #include <somcorba.h>
  38. #include <somapi.h>
  39.  
  40. #ifdef _WIN16
  41. #undef SOMLINK
  42. #define SOMLINK WIN16_SOMLINK
  43. #endif
  44.  
  45. #endif
  46.