Update contrib.
2 * Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
27 // Removes null statement not in line by itself warnings from
28 // COMPONENT_TRACE macros
31 // Removes "area too small" pointer cast warnings.
40 #ifdef TEST_PLUGIN_TRACE_FLAG
42 #define TEST_PLUGIN_TRACE( a ) RDebug::Print a
44 #else // #ifdef TEST_PLUGIN_TRACE_FLAG
46 #define TEST_PLUGIN_TRACE( a )
48 #endif //#ifdef TEST_PLUGIN_TRACE_FLAG
51 #ifdef TEST_PLUGIN_API_TRACE_FLAG
53 #define TEST_PLUGIN_API_TRACE( a ) RDebug::Print a
55 #else //#ifdef TEST_PLUGIN_API_TRACE_FLAG
57 #define TEST_PLUGIN_API_TRACE( a )
59 #endif //#ifdef TEST_PLUGIN_API_TRACE_FLAG
61 #else // #ifdef _DEBUG
63 #define TEST_PLUGIN_TRACE( a )
64 #define TEST_PLUGIN_API_TRACE( a )
66 #endif //#ifdef _DEBUG
70 // FUNCTION PROTOTYPES
71 // FORWARD DECLARATIONS
73 #endif //#ifndef TRACE_H