loggingservices/eventlogger/test/inc/t_logutil2.h
changeset 22 a7ba600cb39d
parent 17 55f2396f6d25
child 45 cc28652e0254
equal deleted inserted replaced
19:d6ef85bc5971 22:a7ba600cb39d
    80 GLREF_D RFs theFs;
    80 GLREF_D RFs theFs;
    81 GLREF_D TFileName theLogName;
    81 GLREF_D TFileName theLogName;
    82 GLREF_D RFile theLog;
    82 GLREF_D RFile theLog;
    83 GLREF_D RLogTestSession theLogServ;
    83 GLREF_D RLogTestSession theLogServ;
    84 
    84 
    85 #define __FILE_FAILNEXT(X) theFs.SetErrorCondition(KErrGeneral, X)
    85 #define __FILE_FAILNEXT(err, iteration) theFs.SetErrorCondition(err, iteration)
    86 #define __FILE_RESET theFs.SetErrorCondition(KErrNone, 0)
    86 #define __FILE_RESET theFs.SetErrorCondition(KErrNone, 0)
    87 
    87 
    88 #if defined(_UNICODE)
    88 #if defined(_UNICODE)
    89 	_LIT(KLogDatabaseName,"c:\\private\\101f401d\\Logdbu.dat");
    89 	_LIT(KLogDatabaseName,"c:\\private\\101f401d\\Logdbu.dat");
    90 #else
    90 #else