loggingservices/eventlogger/test/src/t_logutil.cpp
branchRCL_3
changeset 23 26645d81f48d
parent 9 667e88a979d7
child 24 cc28652e0254
equal deleted inserted replaced
21:28839de615b4 23:26645d81f48d
    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;
    16 
    19 
    17 TPtrC FileName(const TText* aFile)
    20 TPtrC FileName(const TText* aFile)
    18     {
    21     {
    19     TPtrC p(aFile);
    22     TPtrC p(aFile);
    20     TInt ix=p.LocateReverse('\\');
    23     TInt ix=p.LocateReverse('\\');