home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ibmodf.zip / OPEND_HH.ZIP / GEOTYPES.HH < prev    next >
Text File  |  1995-04-13  |  956b  |  34 lines

  1. #ifndef _DTS_HH_INCLUDED_geotypes
  2. #define _DTS_HH_INCLUDED_geotypes
  3. // This file was generated by the IBM "DirectToSOM" emitter for C++ (V1.71)
  4. // Generated at 04/13/95 11:40:19 EDT
  5.  
  6.      
  7.      // ODRect struct. We conditionalize this with a symbol, like the header files, to allow
  8.      // alternate definitions to be included first; they can then #define _RECT_ to keep this one
  9.      // from being defined here.
  10.      // Identical to "gxRect" in QD GX.
  11.      typedef struct ODPoint {
  12.           ODCoordinate x;
  13.           ODCoordinate y;
  14.      } ODPoint;
  15.      typedef struct ODRect {
  16.           ODCoordinate left;
  17.           ODCoordinate top;
  18.           ODCoordinate right;
  19.           ODCoordinate bottom;
  20.      } ODRect;
  21. /* Start Module OpenDoc_GeoTypes */
  22.  
  23.  
  24. class OpenDoc_GeoTypes {
  25. #pragma SOMModule (OpenDoc_GeoTypes)
  26.  
  27.   public :
  28.      #define OpenDoc_GeoTypes_Version "1.0."
  29. };
  30.  
  31. /* End OpenDoc_GeoTypes */
  32.  
  33. #endif /* _DTS_HH_INCLUDED_geotypes */
  34.