mmappcomponents/mmmtpdataprovider/inc/mmmtpdputility.h
branchRCL_3
changeset 14 05b0d2323768
parent 9 bee149131e4b
child 17 780c925249c1
equal deleted inserted replaced
9:bee149131e4b 14:05b0d2323768
    54     /**
    54     /**
    55     * Utility function to decide if the file is video.
    55     * Utility function to decide if the file is video.
    56     * @param aFullFileName, the full file name
    56     * @param aFullFileName, the full file name
    57     * @return TBool for decide if the file is video
    57     * @return TBool for decide if the file is video
    58     */
    58     */
    59     IMPORT_C static TBool IsVideoL( const TDesC& aFullFileName );
    59     IMPORT_C static TBool IsVideo( const TDesC& aFullFileName );
    60 
    60 
    61     /**
    61     /**
    62     * Utility function to decide if the file is video.
    62     * Utility function to decide if the file is video.
    63     * For internal use, this is fast version by querying framework DB
    63     * For internal use, this is fast version by querying framework DB
    64     * @param aFullFileName, the full file name
    64     * @param aFullFileName, the full file name