home *** CD-ROM | disk | FTP | other *** search
- /*
- * CPPErr.h
- * $Header: /BoundsChecker/Examples/BUGBNCHX/MAINERR/CPPERR.H 2 12/11/96 4:03p Stevea $
- *
- * Description:
- * The C++ Check error functions.
- *
- * Notes:
- * <implementation notes go here>
- *
- ***********************************************************************
- *
- * Nu-Mega Technologies, Inc.
- * P.O. Box 7780
- * Nashua, NH 03060
- *
- * (c) Copyright 1994, 1995 Nu-Mega Technologies, Inc.
- * ALL RIGHTS RESERVED.
- *
- ***********************************************************************
- *
- **********************************************************************/
- #ifndef _CPPERR_H
- #define _CPPERR_H
-
- // C++ Check - Memory allocation conflict.
- void CPP_MemConflictMallocDelete ( ) ;
- void CPP_MemConflictNewFree ( ) ;
-
- #endif // _CPPERR_H
-
-