home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c082_144 / 2.ddi / CLASSINC.ZIP / CLSDEFS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1992-06-10  |  1023 b   |  30 lines

  1. /*------------------------------------------------------------------------*/
  2. /*                                                                        */
  3. /*  CLSDEFS.H                                                             */
  4. /*                                                                        */
  5. /*  Copyright Borland International 1991, 1992                            */
  6. /*  All Rights Reserved                                                   */
  7. /*                                                                        */
  8. /*------------------------------------------------------------------------*/
  9.  
  10. #if !defined( __CLSDEFS_H )
  11. #define __CLSDEFS_H
  12.  
  13. #if !defined( __CLSTYPES_H )
  14. #include <ClsTypes.h>
  15. #endif  // __CLSTYPES_H
  16.  
  17. #pragma option -Vo-
  18. #if defined( __BCOPT__ ) && !defined( _ALLOW_po )
  19. #pragma option -po-
  20. #endif
  21.  
  22. const hashValueType ERROR_CLASS_HASH_VALUE = 0;
  23.  
  24. #if defined( __BCOPT__ ) && !defined( _ALLOW_po )
  25. #pragma option -po.
  26. #endif
  27. #pragma option -Vo.
  28.  
  29. #endif
  30.