mmmw_plat/telephony_multimedia_service_api/tsrc/TmsAudioServicesTestClass/inc/debug.h
changeset 53 eabc8c503852
parent 0 71ca22bcf22a
equal deleted inserted replaced
48:a493a607b5bf 53:eabc8c503852
    21 //INCLUDES
    21 //INCLUDES
    22 #include <f32file.h>
    22 #include <f32file.h>
    23 #define FTRACE(a) {a;}
    23 #define FTRACE(a) {a;}
    24 
    24 
    25 /**
    25 /**
    26 * Declare the FPrint function
    26  * Declare the FPrint function
    27 * @return none
    27  * @return none
    28 */
    28  */
    29 inline void FPrint(const TRefByValue<const TDesC> aFmt, ...)
    29 inline void FPrint(const TRefByValue<const TDesC> aFmt, ...)
    30     {
    30     {
    31     VA_LIST list;
    31     VA_LIST list;
    32     VA_START(list,aFmt);
    32     VA_START(list,aFmt);
    33     TInt tmpInt = VA_ARG(list, TInt);
    33     TInt tmpInt = VA_ARG(list, TInt);