vpnengine/vpnmanager/src/fileutil.cpp
branchRCL_3
changeset 40 473321461bba
parent 38 9f4e37332ce5
child 41 e06095241a65
equal deleted inserted replaced
38:9f4e37332ce5 40:473321461bba
    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"
       
    23 
    22 
    24 TFileUtil::TFileUtil(RFs& aFs) : iFs(aFs)
    23 TFileUtil::TFileUtil(RFs& aFs) : iFs(aFs)
    25     {
    24     {
    26     }
    25     }
    27     
    26