mmappfw_plat/harvester_collection_mediator_api/inc/mpxcollectionmediator.h
branchRCL_3
changeset 15 d240f0a77280
parent 0 a2952bb97e68
equal deleted inserted replaced
14:05b0d2323768 15:d240f0a77280
    85 	 *  @since S60 v3.2.3
    85 	 *  @since S60 v3.2.3
    86     * @param aMediaProp media item.
    86     * @param aMediaProp media item.
    87     * @leave KErrArgument leave if not a supported media type
    87     * @leave KErrArgument leave if not a supported media type
    88     */
    88     */
    89     IMPORT_C void AddItemL( CMPXMedia*& aMediaProp );
    89     IMPORT_C void AddItemL( CMPXMedia*& aMediaProp );
       
    90     
       
    91     /**
       
    92     * Add a media to the collection asynchronously.
       
    93 	* 
       
    94     * @param aMediaProp media item.
       
    95     * @leave KErrArgument leave if not a supported media type
       
    96     */
       
    97     IMPORT_C void AddItemAsyncL( CMPXMedia*& aMediaProp );
    90     
    98     
    91     /**
    99     /**
    92     * Add a list of files to the collection db.
   100     * Add a list of files to the collection db.
    93 	 *  @since S60 v3.2.3
   101 	 *  @since S60 v3.2.3
    94     * @param aArray list of media item.
   102     * @param aArray list of media item.