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
This commit is contained in:
parent
dce160eee6
commit
88ba8e2d12
1 changed files with 11 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
||||||
*
|
*
|
||||||
* $RCSfile: debug.hxx,v $
|
* $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
|
* The Contents of this file are made available subject to the terms of
|
||||||
* either of the following licenses
|
* either of the following licenses
|
||||||
|
@ -122,6 +122,7 @@
|
||||||
#undef ENABLE_MUTEXDEBUG
|
#undef ENABLE_MUTEXDEBUG
|
||||||
// #undef ENABLE_TIMEMEASURE
|
// #undef ENABLE_TIMEMEASURE
|
||||||
#undef ENABLE_MEMORYMEASURE
|
#undef ENABLE_MEMORYMEASURE
|
||||||
|
#undef ENABLE_FILTERDBG
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -191,6 +192,14 @@
|
||||||
#endif
|
#endif
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//*****************************************************************************************************************
|
||||||
|
// special macros to debug our filter cache!
|
||||||
|
//*****************************************************************************************************************
|
||||||
|
|
||||||
|
#ifndef __FRAMEWORK_MACROS_DEBUG_FILTERDBG_HXX_
|
||||||
|
#include <macros/debug/filterdbg.hxx>
|
||||||
|
#endif
|
||||||
|
|
||||||
//*****************************************************************************************************************
|
//*****************************************************************************************************************
|
||||||
// end of file
|
// end of file
|
||||||
//*****************************************************************************************************************
|
//*****************************************************************************************************************
|
||||||
|
|
Loading…
Reference in a new issue