filesystemuis/memscaneng/serverinc/msengscannerbase.h
branchRCL_3
changeset 23 18e505e3f370
parent 0 6a9f87576119
equal deleted inserted replaced
20:efe289f793e7 23:18e505e3f370
    80         /**
    80         /**
    81         * Add new value in bytes to the amount of data found with this UID.
    81         * Add new value in bytes to the amount of data found with this UID.
    82         * @param aUid The UID type.
    82         * @param aUid The UID type.
    83         * @param aSize The size of the file with this UID.
    83         * @param aSize The size of the file with this UID.
    84         */
    84         */
    85         inline void AddSizeByUidL(TUidTypes aUid, TInt aSize);
    85         inline void AddSizeByUidL(TUidTypes aUid, TInt64 aSize);
    86 
    86 
    87         /**
    87         /**
    88         * Add new value in bytes to the amount of data found with this UID.
    88         * Add new value in bytes to the amount of data found with this UID.
    89         * @param aUid The UID type.
    89         * @param aUid The UID type.
    90         * @param aSize The size of the file with this UID.
    90         * @param aSize The size of the file with this UID.
    91         */
    91         */
    92         inline void AddSizeByExtL(TExtTypes aExt, TInt aSize);
    92         inline void AddSizeByExtL(TExtTypes aExt, TInt64 aSize);
    93 
    93 
    94         /**
    94         /**
    95         * Query if the directory is in the list of directories to be 
    95         * Query if the directory is in the list of directories to be 
    96         * excluded from scanning, or is a subdirectory of one.
    96         * excluded from scanning, or is a subdirectory of one.
    97         * @param aDirectory Path of the directory
    97         * @param aDirectory Path of the directory