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

  1. /* @(#)Z 1.2 com/src/include/cpp/ConstDef.h, odcore, od96os2, odos29646d 96/11/15 15:29:19 (96/07/15 18:14:45) */
  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:        ConstDef.h
  30.  
  31.     Contains:    Global internal constants for the Macintosh implementation of
  32.                 OpenDoc
  33.  
  34.     Owned by:    Nick Pilch
  35.  
  36.     Copyright:    ⌐ 1993 - 1995 by Apple Computer, Inc., all rights reserved.
  37.  
  38.     Change History (most recent first):
  39.  
  40.          <6>    10/13/95    EL        1287340: Use standard ISO prefix
  41.          <5>     4/26/95    TJ        Removed version Resources, they are now in
  42.                                     ODVersion.r
  43.          <4>     1/19/95    CC        1212833 Changed kODScrapTypePart to
  44.                                     kODScrapTypeODBentoContainer.
  45.          <3>     8/19/94    NP        1181622: Ownership fix.
  46.          <2>     7/29/94    CG        Changed vers constants to 1.0a8.
  47.          <1>     6/21/94    CC        first checked in
  48.         ------------------- CC ---- Converted to SOM
  49.          <7>     4/18/94    Té        a6
  50.          <6>     3/28/94    CG        1150376: Changed version to force creation
  51.                                     of new prefs files.
  52.          <5>     3/23/94    CG        #1151393: Consts for use in vers resources.
  53.          <4>     3/18/94    CC        Added defines for ISO string versions of
  54.                                     Apple scrap types.  (1151636)
  55.          <3>     3/17/94    CG        #1151392: Moved kOpenDocShellSignature to
  56.                                     StdDefs.h
  57.          <2>     1/18/94    CC        Added kXMPScrapTypePart.
  58.          <1>     12/1/93    NP        first checked in
  59.  
  60.     To Do:
  61. */
  62.  
  63. #ifndef _CONSTDEF_
  64. #define _CONSTDEF_
  65.  
  66.  
  67. //==============================================================================
  68. // Constants
  69. //==============================================================================
  70.  
  71. // Scrap Types
  72. #define kODScrapTypeODBentoContainer 'odcn'
  73.  
  74.  
  75. // ISOString equivalents for Apple scrap types
  76. #define        kODAppleTEXT    "+//ISO 9070/ANSI::113722::US::CI LABS::MacOS:ScrapType:TEXT"
  77. #define        kODApplestyl    "+//ISO 9070/ANSI::113722::US::CI LABS::MacOS:ScrapType:styl"
  78. #define        kODApplePICT    "+//ISO 9070/ANSI::113722::US::CI LABS::MacOS:ScrapType:PICT"
  79. #define        kODApplestxt    "+//ISO 9070/ANSI::113722::US::CI LABS::MacOS:ScrapType:stxt"
  80. #define        kODApplehfs        "+//ISO 9070/ANSI::113722::US::CI LABS::MacOS:ScrapType:hfs "
  81. #define        kODApplealis    "+//ISO 9070/ANSI::113722::US::CI LABS::MacOS:ScrapType:alis"
  82. #define        kODApplesect    "+//ISO 9070/ANSI::113722::US::CI LABS::MacOS:ScrapType:sect"
  83.  
  84. #endif // _CONSTDEF_
  85.