From c43a97079b146ddbe0ceb4a8a19e5523485f50a0 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Tue, 29 Jan 2008 13:41:15 +0000 Subject: INTEGRATION: CWS pj89 (1.11.80); FILE MERGED 2007/12/23 09:52:27 pjanik 1.11.80.1: #i84856#: bridges is completely WaE clean now. --- bridges/test/testsameprocess.cxx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'bridges') diff --git a/bridges/test/testsameprocess.cxx b/bridges/test/testsameprocess.cxx index 7b9b1e1eca6e..69198db3f2c1 100644 --- a/bridges/test/testsameprocess.cxx +++ b/bridges/test/testsameprocess.cxx @@ -4,9 +4,9 @@ * * $RCSfile: testsameprocess.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: obo $ $Date: 2006-09-16 16:03:43 $ + * last change: $Author: rt $ $Date: 2008-01-29 14:41:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,6 +36,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_bridges.hxx" #if OSL_DEBUG_LEVEL == 0 +#undef NDEBUG #define NDEBUG #endif #include @@ -202,8 +203,8 @@ int main( int argc, char *argv[] ) testRemote( rInitialObject ); } printf( "Closing...\n" ); - TimeValue value={2,0}; - osl_waitThread( &value ); + TimeValue timeValue={2,0}; + osl_waitThread( &timeValue ); } Reference < XBridge > rBridge = rFactory->getBridge( -- cgit