home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / opendc12.zip / od124os2.exe / od12osr1.exe / src / BndngDef.h < prev    next >
C/C++ Source or Header  |  1997-03-21  |  3KB  |  75 lines

  1. /* @(#)Z 1.4 com/src/binding/BndngDef.h, odconfig, od96os2, odos29712d 97/03/21 17:18:04 (96/10/29 09:15:12) */
  2. /*====START_GENERATED_PROLOG======================================
  3.  */
  4. /*
  5.  *   COMPONENT_NAME: odconfig
  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. /********************************************************************/
  30. /*  Licensed Materials - Property of IBM                            */
  31. /*                                                                  */
  32. /*                                                                  */
  33. /* Copyright (C) International Business Machines Corp., 1994.       */
  34. /* Copyright (C) Apple Computer, Inc., 1994                         */
  35. /*                                                                  */
  36. /*  US Government Users Restricted Rights -                         */
  37. /*  Use, duplication, or disclosure restricted                      */
  38. /*  by GSA ADP Schedule Contract with IBM Corp.                     */
  39. /*                                                                  */
  40. /*  IBM Change History (most recent first):                         */
  41. /*  <OS2>  08/22/95 aml     133968 Port DR3                         */
  42. /*  <OS2>  05/01/95 JSO     Port B1C16                              */
  43. /*  <OS2>  12/14/94 JSO     Port B1C10                              */
  44. /*                                                                  */
  45. /********************************************************************/
  46. /*
  47.   File:    BndngDef.h
  48.  
  49.   Contains:  constants used in both the code & resource of Binding
  50.  
  51.   Owned by:  Caia Grisar
  52.  
  53.   Copyright:  ⌐ 1993-94 by Apple Computer, Inc., all rights reserved.
  54.  
  55.   Change History (most recent first):
  56.  
  57.      <4>   4/26/95  CG    1210975 BB: 5$ Bugs need to be evaluated
  58.                   and removed from Binding
  59.      <3>   3/24/95  CG    #1229993: NoPart handles icon and thumbnail
  60.                   view types.
  61.      <2>   2/16/95  CG    #1210975 BB: 5$ fix moved constants to
  62.                   StdDefs.idl
  63.      <1>  12/13/94  CG    first checked in
  64.   To Do:
  65. */
  66.  
  67. #ifndef _BNDNGDEF_
  68. #define _BNDNGDEF_
  69.  
  70. #define kBindingWarning  5000
  71. #define kNoPartThumbnail        5000
  72. #define kNoPartIconResID        90
  73.  
  74. #endif // _BNDNGDEF_
  75.