diff -r 1ddbe54d0645 -r ccb4f6b3db21 sysstatemgmt/syslangutil/inc/syslangutiltrace.h --- a/sysstatemgmt/syslangutil/inc/syslangutiltrace.h Thu Aug 19 11:09:10 2010 +0300 +++ b/sysstatemgmt/syslangutil/inc/syslangutiltrace.h Tue Aug 31 16:29:05 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2009 - 2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -28,10 +28,12 @@ #define ASSERT_ALWAYS_TRACE AssertTraceFunc( _L8( __FILE__ ), __LINE__ ) #define ASSERT_TRACE( a ) if( !( a ) ) { ASSERT_ALWAYS_TRACE; } #define ERROR_TRACE_1( a, b ) TraceFunc( _L( a ), b ) + #define ERROR_TRACE_2( a, b, c ) TraceFunc( _L( a ), b,c ) #else #define ASSERT_ALWAYS_TRACE #define ASSERT_TRACE( a ) #define ERROR_TRACE_1( a, b ) + #define ERROR_TRACE_2( a, b, c ) #endif #if defined _DEBUG && defined __SYSLANG_TRACE__