equal
deleted
inserted
replaced
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) |