loggingservices/eventlogger/test/src/t_logutil.cpp
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
equal deleted inserted replaced
23:26645d81f48d 24:cc28652e0254
    11 // Contributors:
    11 // Contributors:
    12 //
    12 //
    13 // Description:
    13 // Description:
    14 //
    14 //
    15 #include "t_logutil.h"
    15 #include "t_logutil.h"
    16 
       
    17 //Define "TheTest" variable used in the test cpp files
       
    18 extern RTest TheTest;
       
    19 
    16 
    20 TPtrC FileName(const TText* aFile)
    17 TPtrC FileName(const TText* aFile)
    21     {
    18     {
    22     TPtrC p(aFile);
    19     TPtrC p(aFile);
    23     TInt ix=p.LocateReverse('\\');
    20     TInt ix=p.LocateReverse('\\');