loggingservices/eventlogger/test/inc/t_logutil2.h
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
equal deleted inserted replaced
23:26645d81f48d 24:cc28652e0254
    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(err, iteration) theFs.SetErrorCondition(err, iteration)
    85 #define __FILE_FAILNEXT(X) theFs.SetErrorCondition(KErrGeneral, X)
    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