vpnengine/vpnmanager/src/fileutil.cpp
branchRCL_3
changeset 41 e06095241a65
parent 40 473321461bba
child 49 5960d2d03390
equal deleted inserted replaced
40:473321461bba 41:e06095241a65
    17 
    17 
    18 
    18 
    19 
    19 
    20 #include <f32file.h>
    20 #include <f32file.h>
    21 #include "fileutil.h"
    21 #include "fileutil.h"
       
    22 #include "log_r6.h"
    22 
    23 
    23 TFileUtil::TFileUtil(RFs& aFs) : iFs(aFs)
    24 TFileUtil::TFileUtil(RFs& aFs) : iFs(aFs)
    24     {
    25     {
    25     }
    26     }
    26     
    27