home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 (Developer) / NS_dev_3.2.iso / NextDeveloper / Headers / machkit / exceptions.h next >
Text File  |  1992-01-09  |  302b  |  14 lines

  1. /*
  2.  * machkit exceptions.h
  3.  * Copyright 1991, NeXT Computer, Inc.
  4.  */
  5.  
  6. typedef enum  {
  7.     NX_MACH_KIT_EXCEPTION_BASE = 10000,
  8.     NX_portInvalidException = 10001,
  9.     NX_restrictionEnforcedException = 10010,
  10.     NX_referenceAlreadyFreeException = 10020,
  11.     NX_MACH_KIT_LAST_EXCEPTION = 10999
  12. } NXMachKitException;
  13.  
  14.