audio/ARM_CMMF_codecs/FrameTable/Inc/DebugMacros.h
branchGCC_SURGE
changeset 36 6320e299b97a
parent 25 2efdf657cbe0
parent 34 31d6e1ae5283
--- a/audio/ARM_CMMF_codecs/FrameTable/Inc/DebugMacros.h	Mon Jun 21 22:43:37 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,80 +0,0 @@
-/*
-
-* Copyright (c) 2007 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"
-
-* which accompanies this distribution, and is available
-
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-
-*
-
-* Initial Contributors:
-
-* Nokia Corporation - initial contribution.
-
-*
-
-* Contributors:
-
-*
-
-* Description:  Debug Macros used by AdvancedAudioController
-
-*
-
-*/
-
-
-
-#ifndef __DEBUGMACROS_H__
-
-#define __DEBUGMACROS_H__
-
-
-
-// MACROS
-
-#ifdef _DEBUG
-
-#define DP0(string)                                 RDebug::Print(string)
-
-#define DP1(string,arg1)                            RDebug::Print(string,arg1)
-
-#define DP2(string,arg1,arg2)                       RDebug::Print(string,arg1,arg2)
-
-#define DP3(string,arg1,arg2,arg3)                  RDebug::Print(string,arg1,arg2,arg3)
-
-#define DP4(string,arg1,arg2,arg3,arg4)             RDebug::Print(string,arg1,arg2,arg3,arg4)
-
-#define DP5(string,arg1,arg2,arg3,arg4,arg5)        RDebug::Print(string,arg1,arg2,arg3,arg4,arg5)
-
-#define DP6(string,arg1,arg2,arg3,arg4,arg5,arg6)   RDebug::Print(string,arg1,arg2,arg3,arg4,arg5,arg6)
-
-#else
-
-#define DP0(string)                            
-
-#define DP1(string,arg1)                       
-
-#define DP2(string,arg1,arg2)                  
-
-#define DP3(string,arg1,arg2,arg3)             
-
-#define DP4(string,arg1,arg2,arg3,arg4)             
-
-#define DP5(string,arg1,arg2,arg3,arg4,arg5)
-
-#define DP6(string,arg1,arg2,arg3,arg4,arg5,arg6)
-
-#endif
-
-
-
-#endif //__DEBUGMACROS_H__
-