userlibandfileserver/fileserver/sfat32/sl_disk.h
changeset 10 36bfc973b146
parent 9 96e5fb8b040d
child 42 a179b74831c9
equal deleted inserted replaced
9:96e5fb8b040d 10:36bfc973b146
    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