userlibandfileserver/fileserver/sfat32/sl_fatcache.inl
changeset 281 13fbfa31d2ba
parent 36 538db54a451d
--- a/userlibandfileserver/fileserver/sfat32/sl_fatcache.inl	Fri Sep 17 08:37:04 2010 +0300
+++ b/userlibandfileserver/fileserver/sfat32/sl_fatcache.inl	Mon Oct 04 02:35:35 2010 +0300
@@ -72,6 +72,17 @@
     return iFatClustSzLog2;
     }
     
+TUint32 CFatCacheBase::MaxFatEntries() const 
+    {
+    return iMaxFatEntries;
+    }
+
+TBool CFatCacheBase::FatIndexValid(TUint32 aIndex) const 
+    {
+    return (aIndex >= KFatFirstSearchCluster &&  aIndex < iMaxFatEntries);
+    }
+
+    
 
 //-----------------------------------------------------------------------------