userlibandfileserver/fileserver/sfat32/sl_disk.h
changeset 33 0173bcd7697c
parent 15 4122176ea935
child 140 2ac1c5c27758
equal deleted inserted replaced
31:56f325a607ea 33:0173bcd7697c
    58     
    58     
    59 
    59 
    60 
    60 
    61 private:
    61 private:
    62 
    62 
    63 	TFatDriveInterface& iDrive;     ///< Driver's interface to access the media
    63 	TDriveInterface&    iDrive;     ///< Driver's interface to access the media
    64     MWTCacheInterface*  ipDirCache; ///< pointer to the FAT Directory cache object
    64     MWTCacheInterface*  ipDirCache; ///< pointer to the FAT Directory cache object
    65     MWTCacheInterface*  iUidCache;  ///< pointer to the UID cache object
    65     MWTCacheInterface*  iUidCache;  ///< pointer to the UID cache object
    66 
    66 
    67     };
    67     };
    68 
    68