home *** CD-ROM | disk | FTP | other *** search
- #ifndef __unexpected_h
- #define __unexpected_h
-
- /********************************************************************/
- /* <unexpect.h> header file */
- /* */
- /* VisualAge for C++ for Windows, Version 3.5 */
- /* Licensed Material - Property of IBM */
- /* */
- /* 5801-ARR and Other Materials */
- /* */
- /* (c) Copyright IBM Corp 1991, 1996. All rights reserved. */
- /* */
- /********************************************************************/
-
- typedef void (*_PFV)();
-
- _PFV set_unexpected (_PFV);
-
- #ifdef __MULTI__
- _PFV _set_mt_unexpected(_PFV);
- #endif
-
- void unexpected();
-
- #endif /* __unexpected_h */
-