home *** CD-ROM | disk | FTP | other *** search
- /*
- File: ErrUtils.cpp
-
- Contains: xxx put contents here xxx
-
- Owned by: Nick Pilch
-
- Copyright: © 1996 by Apple Computer, Inc., all rights reserved.
-
- Change History (most recent first):
-
- <1> .06.1996 NP first checked in
-
- To Do:
- */
-
- #ifndef __DIALOGS__
- #include <Dialogs.h>
- #endif
-
- #ifndef _ERRUTILS_
- #include "ErrUtils.h"
- #endif
-
- //------------------------------------------------------------------------------
- // ReportErrorSimple
- //------------------------------------------------------------------------------
-
- void ReportErrorSimple(StringPtr errorString)
- {
- ParamText(errorString, "\p", "\p", "\p");
- NoteAlert(2001, NULL);
- }
-
-
-