home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 6 / mastvb6.iso / numega / sc501.exe / data1.cab / Examples / CPPERR.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-11-25  |  805 b   |  32 lines

  1. /*
  2.  * CPPErr.h
  3.  * $Header: /BoundsChecker/Examples/BUGBNCHX/MAINERR/CPPERR.H 2     12/11/96 4:03p Stevea $
  4.  *
  5.  * Description:
  6.  *  The C++ Check error functions.
  7.  *
  8.  * Notes:
  9.  *  <implementation notes go here>
  10.  *
  11.  ***********************************************************************
  12.  *
  13.  * Nu-Mega Technologies, Inc.
  14.  * P.O. Box 7780
  15.  * Nashua, NH 03060
  16.  *
  17.  * (c) Copyright 1994, 1995 Nu-Mega Technologies, Inc.
  18.  * ALL RIGHTS RESERVED.
  19.  *
  20.  ***********************************************************************
  21.  *
  22.  **********************************************************************/
  23. #ifndef _CPPERR_H
  24. #define _CPPERR_H
  25.  
  26. // C++ Check - Memory allocation conflict.
  27. void CPP_MemConflictMallocDelete ( ) ;
  28. void CPP_MemConflictNewFree      ( ) ;
  29.  
  30. #endif      // _CPPERR_H
  31.  
  32.