First public contribution.
1 // Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
18 #ifndef MEDIACLIENTVIDEOTRACE_H_
19 #define MEDIACLIENTVIDEOTRACE_H_
25 #define DEBUG_PRINTF(a) RDebug::Printf(a)
26 #define DEBUG_PRINTF2(a,b) RDebug::Printf(a,b)
27 #define DEBUG_PRINTF3(a,b,c) RDebug::Printf(a,b,c)
28 #define DEBUG_PRINTF4(a,b,c,d) RDebug::Printf(a,b,c,d)
29 #define DEBUG_PRINTF5(a, b, c, d, e) RDebug::Printf(a,b,c,d,e)
33 #define DEBUG_PRINTF(a)
34 #define DEBUG_PRINTF2(a, b)
35 #define DEBUG_PRINTF3(a, b, c)
36 #define DEBUG_PRINTF4(a, b, c, d)
37 #define DEBUG_PRINTF5(a, b, c, d, e)
41 #endif // MEDIACLIENTVIDEOTRACE_H_