summaryrefslogtreecommitdiff
path: root/bridges/test/testclient.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 15:29:29 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 15:29:29 +0000
commitd03b7959f7ee87a5cac52f96939a83c1cb7037ee (patch)
tree22b4f5b77db7f90f65cbf614deed991adde6039b /bridges/test/testclient.cxx
parentead7e4c02033d2334cccee151cde75fe764c9e91 (diff)
INTEGRATION: CWS dbgmacros1 (1.8.6); FILE MERGED
2003/04/09 10:15:48 kso 1.8.6.1: #108413# - debug macro unification.
Diffstat (limited to 'bridges/test/testclient.cxx')
-rw-r--r--bridges/test/testclient.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/bridges/test/testclient.cxx b/bridges/test/testclient.cxx
index 9f464df4846f..37a4aa443f3c 100644
--- a/bridges/test/testclient.cxx
+++ b/bridges/test/testclient.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: testclient.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2003-03-18 19:07:09 $
+ * last change: $Author: vg $ $Date: 2003-04-15 16:29:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,6 +59,10 @@
*
************************************************************************/
#include <string.h>
+
+#if OSL_DEBUG_LEVEL == 0
+#define NDEBUG
+#endif
#include <assert.h>
#ifndef _OSL_TIME_H_