--- a/userlibandfileserver/fileserver/sfat32/sl_fatcache.inl Tue Aug 31 11:40:45 2010 +0100
+++ b/userlibandfileserver/fileserver/sfat32/sl_fatcache.inl Mon Sep 13 15:16:07 2010 +0100
@@ -72,6 +72,17 @@
return iFatClustSzLog2;
}
+TUint32 CFatCacheBase::MaxFatEntries() const
+ {
+ return iMaxFatEntries;
+ }
+
+TBool CFatCacheBase::FatIndexValid(TUint32 aIndex) const
+ {
+ return (aIndex >= KFatFirstSearchCluster && aIndex < iMaxFatEntries);
+ }
+
+
//-----------------------------------------------------------------------------