home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tlx501.zip / DEBUG.H < prev    next >
C/C++ Source or Header  |  1996-01-05  |  2KB  |  55 lines

  1. /****************************************************************************
  2.     $Id: debug.h 501.0 1995/03/07 12:26:42 RON Exp $
  3.  
  4.     Copyright (c) 1991-95 Tarma Software Research. All rights reserved.
  5.  
  6.     Project:    Tarma Library for C++ V5.0
  7.     Author:     Ron van der Wal
  8.  
  9.     Umbrella file for inclusion of commonly used debug declarations.
  10.  
  11.     $Log: debug.h $
  12.     Revision 501.0  1995/03/07 12:26:42  RON
  13.     Updated for TLX 5.01
  14.     Revision 1.8  1995/01/31 16:29:18  RON
  15.     Update for release 012
  16.     Added partial support for SunPro C++ compiler
  17.     Revision 1.7  1995/01/05  15:33:10  ron
  18.     Naming changes
  19.  
  20.     Revision 1.6  1994/11/16  15:20:48  ron
  21.     Complete rewrite
  22.  
  23.     Revision 1.5  1994/10/05  18:20:51  ron
  24.     Renamed TLx...() functions to tl...()
  25.     This file can now be #included only once during a compilation
  26.  
  27.     Revision 1.4  1994/09/27  20:25:01  ron
  28.     Changed path separator from / to \
  29.  
  30.     Revision 1.3  1994/09/26  15:17:14  ron
  31.     Formatting changes
  32.  
  33.     Revision 1.2  1994/09/06  13:57:28  ron
  34.     Changed definition of TLX_DEBUGBREAK to cater for new (beta) release
  35.     of Symantec C++ compiler
  36.  
  37.     Revision 1.1  1994/08/16  18:06:45  ron
  38.     Initial revision
  39.  
  40. ****************************************************************************/
  41.  
  42. #ifndef _TLX_ASSERTS_H
  43. #include <tlx\501\debug\asserts.h>
  44. #endif
  45. #ifndef _TLX_DEBUG_H
  46. #include <tlx\501\debug\debug.h>
  47. #endif
  48. #ifndef _TLX_MODINFO_H
  49. #include <tlx\501\debug\modinfo.h>
  50. #endif
  51. #ifndef _TLX_TRACE_H
  52. #include <tlx\501\debug\trace.h>
  53. #endif
  54.  
  55.