From 88ba8e2d122fdfcc6ff77cacbe5831087bcaab0c Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Fri, 4 Apr 2003 15:02:07 +0000 Subject: [PATCH] INTEGRATION: CWS xmlfilter01 (1.9.70); FILE MERGED 2003/03/06 13:57:11 as 1.9.70.1: #107711# full read/write access for types, filters, detect service --- framework/inc/macros/debug.hxx | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/framework/inc/macros/debug.hxx b/framework/inc/macros/debug.hxx index f422c53ed88f..227105cf82ed 100644 --- a/framework/inc/macros/debug.hxx +++ b/framework/inc/macros/debug.hxx @@ -2,9 +2,9 @@ * * $RCSfile: debug.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: as $ $Date: 2001-07-09 12:55:30 $ + * last change: $Author: hr $ $Date: 2003-04-04 16:02:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -122,6 +122,7 @@ #undef ENABLE_MUTEXDEBUG // #undef ENABLE_TIMEMEASURE #undef ENABLE_MEMORYMEASURE + #undef ENABLE_FILTERDBG #endif @@ -191,6 +192,14 @@ #endif */ +//***************************************************************************************************************** +// special macros to debug our filter cache! +//***************************************************************************************************************** + +#ifndef __FRAMEWORK_MACROS_DEBUG_FILTERDBG_HXX_ +#include +#endif + //***************************************************************************************************************** // end of file //*****************************************************************************************************************