home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ibmodf.zip / OPEND_HH.ZIP / ODTYPES.HH < prev    next >
Text File  |  1995-04-27  |  2KB  |  68 lines

  1. /********************************************************************/
  2. /*  Licensed Materials - Property of IBM                            */
  3. /*                                                                  */
  4. /*                                                                  */
  5. /* Copyright (C) International Business Machines Corp., 1994.       */
  6. /* Copyright (C) Apple Computer, Inc., 1994                         */
  7. /*                                                                  */
  8. /*  US Government Users Restricted Rights -                         */
  9. /*  Use, duplication, or disclosure restricted                      */
  10. /*  by GSA ADP Schedule Contract with IBM Corp.                     */
  11. /*                                                                  */
  12. /*  IBM Change History (most recent first):                         */
  13. /*                                                                  */
  14. /********************************************************************/
  15. /*
  16.   File:    ODTypes.hh
  17.  
  18.   Contains:  Central type-declaration header for OpenDoc, for use with C++ headers
  19.  
  20.   Written by:  Richard Rodseth, modified by Art Jolin and Mary Streble
  21.  
  22.   Copyright:  ⌐ 1994 by Apple Computer, Inc., all rights reserved.
  23.  
  24.   Change History (most recent first):
  25.  
  26.            4/25/95  mcs/aj Copied from odtypes.h, fixed to refer to .hh's not .xh's
  27.      <3>   6/15/94  jpa    Moved ODTypesF.h before ODTypesM.xh.
  28.      <2>   5/23/94  RR    Include GeoTypes and Polygon
  29.  
  30.   To Do:
  31.  
  32.   In Progress:
  33. */
  34.  
  35. // C++ version of ODTypes.h. This file is handmade, not generated from IDL
  36.  
  37. #ifndef _ODTYPES_
  38. #define _ODTYPES_
  39.  
  40. #ifndef _PLATFORM_OS2_
  41. #define _PLATFORM_OS2_
  42. #endif
  43.  
  44. #ifndef __OS2DEF__
  45. #include <os2def.h>        //mcs aj: added os2def ???aj: needed, since ODTypesF includes it?
  46. #endif
  47.  
  48. #ifndef _ODTYPESF_
  49. #include <ODTypesF.h>
  50. #endif
  51.  
  52. //#ifndef SOM_Module_OpenDoc_Global_Types_defined
  53. #ifndef _DTS_HH_INCLUDED_odtypesm
  54. #include <ODTypesM.hh>                    //ms aj: include hh instead of xh
  55. #endif
  56.  
  57. //#ifndef SOM_Module_OpenDoc_GeoTypes_defined
  58. #ifndef _DTS_HH_INCLUDED_geotypes
  59. #include <GeoTypes.hh>                   //ms aj: include hh instead of xh
  60. #endif
  61.  
  62. //#ifndef SOM_Module_OpenDoc_Polygon_defined
  63. #ifndef _DTS_HH_INCLUDED_polygon
  64. #include <Polygon.hh>                   //ms aj: include hh instead of xh
  65. #endif
  66.  
  67. #endif // _ODTYPES_
  68.