INTEGRATION: CWS dbgmacros1 (1.9.4); FILE MERGED

2003/04/09 10:38:53 kso 1.9.4.1: #108413# - debug macro unification.
This commit is contained in:
Vladimir Glazounov 2003-04-15 15:37:32 +00:00
parent 4ec436b375
commit cf926127d7

View File

@ -2,9 +2,9 @@
*
* $RCSfile: destr.hxx,v $
*
* $Revision: 1.9 $
* $Revision: 1.10 $
*
* last change: $Author: vg $ $Date: 2003-03-20 12:29:14 $
* last change: $Author: vg $ $Date: 2003-04-15 16:37:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -218,7 +218,7 @@ inline void _destructAny(
_release( pAny->pReserved, release );
break;
}
#ifdef _DEBUG
#if OSL_DEBUG_LEVEL > 0
pAny->pData = (void *)0xdeadbeef;
#endif