equal
deleted
inserted
replaced
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 |