home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / GCC / GERLIB_USR08B.LHA / gerlib / examples / add / normal / OwnError.cc < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-12  |  749 b   |  37 lines

  1. /*-- Rev Header - do NOT edit!
  2.  *
  3.  *  Filename : OwnError.cc
  4.  *  Purpose  : Eine Klasse, die das Bearbeiten von schwerwiegenden Fehlern erleichtert,
  5.  *             die zum Abbruch des Programmes führen müssen
  6.  *
  7.  *  Program  : -
  8.  *  Author   : Gerhard Müller
  9.  *  Copyright: (c) by Gerhard Müller
  10.  *  Creation : Sun Sep 12 21:06:39 1993
  11.  *
  12.  *  compile  :
  13.  *
  14.  *  Compile version  : 0.1
  15.  *  Ext. Version     : 0.1
  16.  *
  17.  *  REVISION HISTORY
  18.  *
  19.  *  Date                     Comment
  20.  *  ------------------------ -------------------------------------------------
  21.  *  Fri Sep 17 00:56:20 1993 Created because I don't know how to use execptions
  22.  *
  23.  *
  24.  *-- REV_END --
  25.  */
  26.  
  27.  
  28.     /*
  29.      * C++-Includes, C++-Definitionen
  30.      *
  31.      */
  32.  
  33.  
  34. #include "OwnError.h"
  35.  
  36. OwnError err;
  37.