home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / warphead.zip / H / ODTYPES.H < prev    next >
C/C++ Source or Header  |  1997-02-28  |  3KB  |  113 lines

  1. /* @(#)Z 1.5 com/src/include/c/ODTypes.h, odcore, od96os2, odos29646d 96/11/15 15:29:04 (96/07/15 18:14:29) */
  2. /*====START_GENERATED_PROLOG======================================
  3.  */
  4. /*
  5.  *   COMPONENT_NAME: odcore
  6.  *
  7.  *   CLASSES: none
  8.  *
  9.  *   ORIGINS: 82,27
  10.  *
  11.  *
  12.  *   (C) COPYRIGHT International Business Machines Corp. 1995,1996
  13.  *   All Rights Reserved
  14.  *   Licensed Materials - Property of IBM
  15.  *   US Government Users Restricted Rights - Use, duplication or
  16.  *   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  17.  *       
  18.  *   IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  19.  *   ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  20.  *   PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  21.  *   CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
  22.  *   USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
  23.  *   OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
  24.  *   OR PERFORMANCE OF THIS SOFTWARE.
  25.  */
  26. /*====END_GENERATED_PROLOG========================================
  27.  */
  28. /*
  29.     File:        ODTypes.h
  30.  
  31.     Contains:    Central type-declaration header for OpenDoc
  32.  
  33.     Owned by:    Richard Rodseth
  34.  
  35.     Copyright:    ⌐ 1994 - 1995 by Apple Computer, Inc., all rights reserved.
  36.  
  37.     Change History (most recent first):
  38.  
  39.            22154 5/20/96  LAW  include ODDebug.h on all platforms
  40.  
  41.          <3>      9/6/95    RR        #1231656 Moved constants to StdDef.idl
  42.          <2>     2/14/95    jpa        Don't include ODTypesB.xh in non-C++ case!
  43.                                     [1216470]
  44.          <1>     1/25/95    jpa        first checked in
  45.                                  ---Moved to ODSOM:Interfaces:Handmade:
  46.          <4>     1/13/95    RR        Include GeoTypes before ODTypesM.xh
  47.          <3>     6/15/94    jpa        Moved ODTypesF.h before ODTypesM.xh.
  48.          <2>     5/23/94    RR        Include GeoTypes and Polygon
  49.  
  50.     To Do:
  51.     
  52.     In Progress:
  53.         
  54. */
  55.  
  56. /* This file is handmade, not generated from IDL. */
  57.  
  58. #ifndef _ODTYPES_
  59. #define _ODTYPES_
  60.  
  61. #ifndef _ODTYPESF_
  62. #include <ODTypesF.h>    
  63. #endif
  64.  
  65. #ifdef __cplusplus
  66.  
  67.     #ifndef SOM_Module_OpenDoc_Global_TypesB_defined
  68.     #include <ODTypesB.xh>
  69.     #endif
  70.     
  71.     #ifndef SOM_Module_OpenDoc_GeoTypes_defined
  72.     #include <GeoTypes.xh>    
  73.     #endif
  74.     
  75.     #ifndef SOM_Module_OpenDoc_Global_Types_defined
  76.     #include <ODTypesM.xh>
  77.     #endif
  78.  
  79.     #ifndef SOM_Module_OpenDoc_StdDefs_defined
  80.     #include <StdDefs.xh>
  81.     #endif
  82.     
  83.     #ifndef SOM_Module_OpenDoc_Polygon_defined
  84.     #include <Polygon.xh>    
  85.     #endif
  86.  
  87. #else
  88.  
  89.     #ifndef SOM_Module_OpenDoc_Global_TypesB_defined
  90.     #include <ODTypesB.h>
  91.     #endif
  92.     
  93.     #ifndef SOM_Module_OpenDoc_GeoTypes_defined
  94.     #include <GeoTypes.h>    
  95.     #endif
  96.     
  97.     #ifndef SOM_Module_OpenDoc_Global_Types_defined
  98.     #include <ODTypesM.h>
  99.     #endif
  100.  
  101.     #ifndef SOM_Module_OpenDoc_StdDefs_defined
  102.     #include <StdDefs.h>
  103.     #endif
  104.     
  105.     #ifndef SOM_Module_OpenDoc_Polygon_defined
  106.     #include <Polygon.h>    
  107.     #endif
  108.     
  109. #endif
  110.  
  111.  
  112. #endif // _ODTYPES_
  113.