vpnengine/vpnmanager/src/fileutil.cpp
branchRCL_3
changeset 24 e06095241a65
parent 23 473321461bba
equal deleted inserted replaced
23:473321461bba 24: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