home *** CD-ROM | disk | FTP | other *** search
- /* errors.m
- * Routines to simplify the checking and reporting of mach/sound kit/sound
- * driver errors.
- *
- * !!!
- * This file needs to be reworked under 3.0!! The snd_msgs.h file has
- * gone away. The workaround is described in NeXTAnswer sound.855.
- * !!!
- *
- * You may freely copy, distribute, and reuse the code in this example.
- * NeXT disclaims any warranty of any kind, expressed or implied, as to its
- * fitness for any particular use.
- *
- * Written by: Robert Poor
- * Created: Sep/92
- */
-
- /*
- * Error handling routines for sound hacking.
- */
-
- #import <objc/Object.h>
-
- char *snd_error_string(int error);
- id checkMachError(id obj, int err, char *msg);
- id checkSnddriverError(id obj, int err, char *msg);
- id checkSNDError(id obj, int err, char *msg);
-