filemanager/Engine/inc/CFileManagerUtils.h
branchRCL_3
changeset 9 60626d494346
parent 0 6a9f87576119
equal deleted inserted replaced
8:1772663c5b4e 9:60626d494346
    82         * Checks is given file drm protected
    82         * Checks is given file drm protected
    83         * @since 2.7
    83         * @since 2.7
    84         * @param aFullPath file name with full path
    84         * @param aFullPath file name with full path
    85         * @return ETrue if file is drm protected, EFalse if not.
    85         * @return ETrue if file is drm protected, EFalse if not.
    86         */
    86         */
    87         TBool IsDrmProtectedFile( const TDesC& aFullPath) const;
    87         TBool IsDrmProtectedFileL( const TDesC& aFullPath ) const;
    88         
    88         
    89         /**
    89         /**
    90         * Gets the icon id of the item
    90         * Gets the icon id of the item
    91         * @since 2.7
    91         * @since 2.7
    92         * @param aFullPath Item with full path information
    92         * @param aFullPath Item with full path information