imgtools/romtools/rofsbuild/r_driveutl.h
changeset 647 53d1ab72f5bc
parent 590 360bd6b35136
equal deleted inserted replaced
641:8dd670a9f34f 647:53d1ab72f5bc
    21 #ifndef __R_DRIVEUTL_H__
    21 #ifndef __R_DRIVEUTL_H__
    22 #define __R_DRIVEUTL_H__
    22 #define __R_DRIVEUTL_H__
    23 
    23 
    24 #include <e32def.h>
    24 #include <e32def.h>
    25 
    25 
    26 TInt Getlogfile(char *aDriveObeyFileName,char* &aPadLogFile);
    26 string Getlogfile(char *aDriveObeyFileName,const string &CmdLogFile);
    27 TAny GetLocalTime(TAny);
    27 TAny GetLocalTime(TAny);
    28 
    28 
    29 #endif
    29 #endif