loggingservices/eventlogger/test/inc/t_logutil2.h
changeset 29 cce6680bbf1c
parent 17 55f2396f6d25
child 45 cc28652e0254
equal deleted inserted replaced
28:7a522c0700d3 29:cce6680bbf1c
    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