summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorAndreas Schlüns <as@openoffice.org>2001-06-11 09:19:04 +0000
committerAndreas Schlüns <as@openoffice.org>2001-06-11 09:19:04 +0000
commit2da102f372a9a27c9e893127a723d668e716ff51 (patch)
treed91382b9ad46c7fa85d090bd01646bbadc2a174e /framework/inc
parent58edfe2adb516e71b7d58947e2b27b619410735b (diff)
#85529# reactivate mutex debug
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/macros/debug.hxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/framework/inc/macros/debug.hxx b/framework/inc/macros/debug.hxx
index e31fdd92bfab..aa783d9f4f04 100644
--- a/framework/inc/macros/debug.hxx
+++ b/framework/inc/macros/debug.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: debug.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: as $ $Date: 2001-06-05 10:18:00 $
+ * last change: $Author: as $ $Date: 2001-06-11 10:19:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -116,10 +116,10 @@
#undef ENABLE_ASSERTIONS
#undef ENABLE_WARNINGS
#undef ENABLE_EVENTDEBUG
- #undef ENABLE_MUTEXDEBUG
#undef ENABLE_REGISTRATIONDEBUG
#undef ENABLE_TARGETINGDEBUG
#undef ENABLE_PLUGINDEBUG
+ #undef ENABLE_MUTEXDEBUG
#undef ENABLE_TIMEMEASURE
#undef ENABLE_MEMORYMEASURE
@@ -150,14 +150,6 @@
#endif
//*****************************************************************************************************************
-// special macros to debug mutex handling
-//*****************************************************************************************************************
-
-#ifndef __FRAMEWORK_MACROS_DEBUG_MUTEX_HXX_
-#include <macros/debug/mutex.hxx>
-#endif
-
-//*****************************************************************************************************************
// special macros to debug service registration
//*****************************************************************************************************************
@@ -182,6 +174,14 @@
#endif
//*****************************************************************************************************************
+// special macros to debug our plugin and his asynchronous methods!
+//*****************************************************************************************************************
+
+#ifndef __FRAMEWORK_MACROS_DEBUG_MUTEX_HXX_
+#include <macros/debug/mutex.hxx>
+#endif
+
+//*****************************************************************************************************************
// special macros to measure times of some operations
//*****************************************************************************************************************