home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / odtlktv4.zip / ODTLKT / TOOLKIT / IDL / POLYGON.IDL < prev    next >
Text File  |  1995-12-13  |  1KB  |  40 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. /*                                                                  */
  13. /********************************************************************/
  14.  
  15. #ifndef _POLYGON_
  16. #define _POLYGON_
  17.  
  18. #ifndef _ODTYPESM_
  19. #include "ODTypesM.idl"
  20. #endif
  21.  
  22. #if defined(__SOMIDL__) && defined(EMIT_POLYGON)
  23. #pragma somemittypes on
  24. #endif
  25.  
  26. typedef ODByteArray ODContour;
  27.  
  28. typedef ODByteArray ODPolygon;
  29.  
  30. #if defined(__SOMIDL__) && defined(EMIT_POLYGON)
  31. #pragma somemittypes off
  32. #endif
  33.  
  34. module OpenDoc_Polygon 
  35. {
  36.   const string OpenDoc_Polygon_Version = "1.0.";
  37. };
  38.  
  39. #endif // _POLYGON_
  40.