mmappcomponents/mmmtpdataprovider/mmmtpdpplugins/mediamtpdataprovider/inc/cmediamtpdataprovider.h
branchRCL_3
changeset 13 4740b34b83ce
parent 9 05b0d2323768
equal deleted inserted replaced
12:51035f0751c2 13:4740b34b83ce
   111     * Notify the data provider that the object has been changed
   111     * Notify the data provider that the object has been changed
   112     * @param aObject    the changed object
   112     * @param aObject    the changed object
   113     */
   113     */
   114     void RenameObjectL( const TMTPNotificationParamsHandle& aObject );
   114     void RenameObjectL( const TMTPNotificationParamsHandle& aObject );
   115 
   115 
       
   116     /**
       
   117     * Notify the data provider that the object has been added
       
   118     * @param aObjectHandle    the added object handle
       
   119     */
       
   120     void ObjectAddedL( TUint32 aObjectHandle );
       
   121 
   116     void StartObjectEnumerationL( TUint32 aStorageId );
   122     void StartObjectEnumerationL( TUint32 aStorageId );
   117 
   123 
   118     void StartStorageEnumerationL();
   124     void StartStorageEnumerationL();
   119 
   125 
   120     /**
   126     /**