omads/omadsextensions/dsutils/nsmldefaultagendahandler/inc/nsmldefaultagendahandlerdebug.h
branchRCL_3
changeset 67 2abf74df9cdc
parent 1 95fdac6ccb5c
equal deleted inserted replaced
61:57a9de0b82e8 67:2abf74df9cdc
    27 
    27 
    28 _LIT(KLogFile,"DefaultAgendaHandler.txt");
    28 _LIT(KLogFile,"DefaultAgendaHandler.txt");
    29 _LIT(KLogDirFullName,"c:\\logs\\");
    29 _LIT(KLogDirFullName,"c:\\logs\\");
    30 _LIT(KLogDir,"MultiCalDB");
    30 _LIT(KLogDir,"MultiCalDB");
    31 
    31 
       
    32 #ifdef _DEBUG
       
    33 
    32 // Declare the FPrint function
    34 // Declare the FPrint function
    33 inline void FPrint(const TRefByValue<const TDesC> aFmt, ...)
    35 inline void FPrint(const TRefByValue<const TDesC> aFmt, ...)
    34     {
    36     {
    35     VA_LIST list;
    37     VA_LIST list;
    36     VA_START(list,aFmt);
    38     VA_START(list,aFmt);
    55 #else // // No loggings --> Reduced binary size
    57 #else // // No loggings --> Reduced binary size
    56 // ===========================================================================
    58 // ===========================================================================
    57 #define FLOG(arg...)
    59 #define FLOG(arg...)
    58 #define FTRACE(a)
    60 #define FTRACE(a)
    59 
    61 
       
    62 #endif // _DEBUG
       
    63 
    60 #endif // NSML_DEFAULTAGENDAHANDLER_DEBUG_H
    64 #endif // NSML_DEFAULTAGENDAHANDLER_DEBUG_H
    61 
    65 
    62 // End of File
    66 // End of File