filesystemuis/memscaneng/serverinc/msengscannerbase.inl
branchRCL_3
changeset 15 18e505e3f370
parent 0 6a9f87576119
--- 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);
     }