diff -r 56f325a607ea -r 0173bcd7697c userlibandfileserver/fileserver/sfat32/inc/fat_table32.h --- a/userlibandfileserver/fileserver/sfat32/inc/fat_table32.h Wed Dec 23 11:43:31 2009 +0000 +++ b/userlibandfileserver/fileserver/sfat32/inc/fat_table32.h Thu Jan 07 13:38:45 2010 +0200 @@ -67,7 +67,7 @@ inline void AcquireLock() const {iDriveInteface.AcquireLock();} inline void ReleaseLock() const {iDriveInteface.ReleaseLock();} - inline TFatDriveInterface& DriveInterface() const; + inline TDriveInterface& DriveInterface() const; inline CFatMountCB* OwnerMount() const; @@ -128,10 +128,10 @@ private: - CFatCacheBase* iCache; ///< FAT cache, fixed or LRU depending on the FAT type - TFatDriveInterface& iDriveInteface; ///< reference to the drive interface - CFatHelperThreadBase* ipHelperThread; ///< helper thread object pointer. NULL if it is not present - TState iState; ///< state of this object + CFatCacheBase* iCache; ///< FAT cache, fixed or LRU depending on the FAT type + TDriveInterface& iDriveInteface; ///< reference to the drive interface + CFatHelperThreadBase* ipHelperThread; ///< helper thread object pointer. NULL if it is not present + TState iState; ///< state of this object //-- friends friend TInt FAT32_ScanThread(TAny* apHostObject);