From 4dbe92ca69023b9bb3318e659441d99efc91498e Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 15 Apr 2003 15:42:32 +0000 Subject: [PATCH] INTEGRATION: CWS dbgmacros1 (1.1.46); FILE MERGED 2003/04/10 09:20:16 kso 1.1.46.1: #108413# - debug macro unification. --- testtools/source/performance/pseudo.cxx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/testtools/source/performance/pseudo.cxx b/testtools/source/performance/pseudo.cxx index fdc62bb811ca..b268283cad19 100644 --- a/testtools/source/performance/pseudo.cxx +++ b/testtools/source/performance/pseudo.cxx @@ -1,7 +1,7 @@ /************************************************************************** #* -#* last change $Author: kr $ $Date: 2001-05-04 07:05:18 $ -#* $Revision: 1.1 $ +#* last change $Author: vg $ $Date: 2003-04-15 16:42:32 $ +#* $Revision: 1.2 $ #* #* $Logfile: $ #* @@ -95,7 +95,7 @@ static void SAL_CALL pseudo_unoInterfaceProxy_free( uno_ExtEnvironment * pEnv, v typelib_typedescription_release( (typelib_TypeDescription *)pThis->pTypeDescr ); (*pThis->pPseudoMapping->release)( pThis->pPseudoMapping ); -#ifdef DEBUG +#if OSL_DEBUG_LEVEL > 1 *(int *)pProxy = 0xdeadbabe; #endif delete pThis; @@ -275,6 +275,12 @@ extern "C" SAL_DLLEXPORT void SAL_CALL uno_ext_getMapping( /************************************************************************** $Log: not supported by cvs2svn $ + Revision 1.1.46.1 2003/04/10 09:20:16 kso + #108413# - debug macro unification. + + Revision 1.1 2001/05/04 07:05:18 kr + moved from grande to openoffice + Revision 1.3 2001/03/12 16:22:44 jl OSL_ENSHURE replaced by OSL_ENSURE