home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / OTHERUTI / TCPP30-1.ZIP / CLASSINC.ZIP / CLSDEFS.H < prev    next >
C/C++ Source or Header  |  1992-02-18  |  817b  |  20 lines

  1. /*------------------------------------------------------------------------*/
  2. /*                                                                        */
  3. /*  CLSDEFS.H                                                             */
  4. /*                                                                        */
  5. /*  Copyright Borland International 1991                                  */
  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. const hashValueType ERROR_CLASS_HASH_VALUE = 0;
  18.  
  19. #endif
  20.