vpnengine/vpnmanager/src/fileutil.cpp
branchRCL_3
changeset 49 5960d2d03390
parent 41 e06095241a65
equal deleted inserted replaced
46:29c8f9bc68e1 49:5960d2d03390
    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