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%] */
-
- /*
- */
-
- /*
- * SOM.XH
- * First level Public C++ include file for System Object Model
- */
-
- #ifndef som_xh
- #define som_xh
- #define som_h
-
- #include <somnames.h>
- #include <somltype.h>
-
- #ifdef _WIN16
- #undef SOMLINK
- #define SOMLINK
- #endif
-
- #include <somtypes.xh>
- #include <somcdev.xh>
- #include <somcorba.h>
- #include <somapi.h>
-
- #ifdef _WIN16
- #undef SOMLINK
- #define SOMLINK WIN16_SOMLINK
- #endif
-
- #endif
-