--- a/filesystemuis/memscaneng/serverinc/msenginfoarray.inl Tue May 25 12:28:34 2010 +0300
+++ b/filesystemuis/memscaneng/serverinc/msenginfoarray.inl Wed Jun 09 09:28:11 2010 +0300
@@ -67,19 +67,19 @@
return iCurrentScannedDrive;
}
-inline void CMsengInfoArray::AddSizeByUidL(TInt aUid, TInt aSize)
+inline void CMsengInfoArray::AddSizeByUidL(TInt aUid, TInt64 aSize)
{
// The array must have been initialized to contain zeros!
(*iUidResultArray)[aUid] += aSize;
}
-inline void CMsengInfoArray::AddSizeByExtL(TInt aExt, TInt aSize)
+inline void CMsengInfoArray::AddSizeByExtL(TInt aExt, TInt64 aSize)
{
// The array must have been initialized to contain zeros!
(*iExtResultArray)[aExt] += aSize;
}
-inline void CMsengInfoArray::AddSizeByGroupL(TInt aGroupIndex, TInt aSize)
+inline void CMsengInfoArray::AddSizeByGroupL(TInt aGroupIndex, TInt64 aSize)
{
// The array must have been initialized to contain zeros!
(*iGroupResultArray)[aGroupIndex] += aSize;