home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / include / excption.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-16  |  941 b   |  21 lines

  1. /********************************************************************/
  2. /*  <excption.h> header file                                        */
  3. /*                                                                  */
  4. /*  VisualAge for C++ for Windows, Version 3.5                      */
  5. /*    Licensed Material - Property of IBM                           */
  6. /*                                                                  */
  7. /*  5801-ARR and Other Materials                                    */
  8. /*                                                                  */
  9. /*  (c) Copyright IBM Corp 1991, 1996. All rights reserved.         */
  10. /*                                                                  */
  11. /********************************************************************/
  12.  
  13. #ifndef __EXCEPTION_H
  14. #define __EXCEPTION_H
  15.  
  16. #include <stdexcpt.h>
  17. #include <unexpect.h>
  18. #include <terminat.h>
  19.  
  20. #endif /* __EXCEPTION_H */
  21.