diff -r efe289f793e7 -r 18e505e3f370 filesystemuis/memscaneng/serverinc/msengscannerbase.inl --- a/filesystemuis/memscaneng/serverinc/msengscannerbase.inl Tue May 25 12:28:34 2010 +0300 +++ b/filesystemuis/memscaneng/serverinc/msengscannerbase.inl Wed Jun 09 09:28:11 2010 +0300 @@ -17,12 +17,12 @@ */ -inline void CMsengScannerBase::AddSizeByUidL(TUidTypes aUid, TInt aSize) +inline void CMsengScannerBase::AddSizeByUidL(TUidTypes aUid, TInt64 aSize) { iInfoArray.AddSizeByUidL(aUid, aSize); } -inline void CMsengScannerBase::AddSizeByExtL(TExtTypes aExt, TInt aSize) +inline void CMsengScannerBase::AddSizeByExtL(TExtTypes aExt, TInt64 aSize) { iInfoArray.AddSizeByExtL(aExt, aSize); }