filesystemuis/memscaneng/serverinc/msengscannerbase.inl
branchRCL_3
changeset 23 18e505e3f370
parent 0 6a9f87576119
equal deleted inserted replaced
20:efe289f793e7 23:18e505e3f370
    15 *
    15 *
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 inline void CMsengScannerBase::AddSizeByUidL(TUidTypes aUid, TInt aSize)
    20 inline void CMsengScannerBase::AddSizeByUidL(TUidTypes aUid, TInt64 aSize)
    21     {
    21     {
    22     iInfoArray.AddSizeByUidL(aUid, aSize);
    22     iInfoArray.AddSizeByUidL(aUid, aSize);
    23     }
    23     }
    24 
    24 
    25 inline void CMsengScannerBase::AddSizeByExtL(TExtTypes aExt, TInt aSize)
    25 inline void CMsengScannerBase::AddSizeByExtL(TExtTypes aExt, TInt64 aSize)
    26     {
    26     {
    27     iInfoArray.AddSizeByExtL(aExt, aSize);
    27     iInfoArray.AddSizeByExtL(aExt, aSize);
    28     }
    28     }
    29 
    29 
    30 inline TBool CMsengScannerBase::IsExcludedDir(const TDesC& aDirectory)
    30 inline TBool CMsengScannerBase::IsExcludedDir(const TDesC& aDirectory)