loggingservices/eventlogger/test/inc/t_logutil2.h
branchRCL_3
changeset 23 26645d81f48d
parent 9 667e88a979d7
child 24 cc28652e0254
equal deleted inserted replaced
21:28839de615b4 23:26645d81f48d
    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