mtpdataproviders/mtpimagedp/inc/cmtpimagedpdeleteobject.h
changeset 60 841f70763fbe
parent 49 c20dd21d1eb4
equal deleted inserted replaced
52:866b4af7ffbe 60:841f70763fbe
    53     /**
    53     /**
    54     * Used to cancel the deletion of the files
    54     * Used to cancel the deletion of the files
    55     */
    55     */
    56 	void DoCancel();
    56 	void DoCancel();
    57 
    57 
       
    58 	TInt RunError( TInt aErr );
       
    59 
    58 private:    
    60 private:    
    59 
    61 
    60 	CMTPImageDpDeleteObject(MMTPDataProviderFramework& aFramework, MMTPConnection& aConnection,CMTPImageDataProvider& aDataProvider);
    62 	CMTPImageDpDeleteObject(MMTPDataProviderFramework& aFramework, MMTPConnection& aConnection,CMTPImageDataProvider& aDataProvider);
    61 	void ConstructL();
    63 	void ConstructL();
    62 	TMTPResponseCode CheckStorageL(TUint32 aObjectHandle);
    64 	TMTPResponseCode CheckStorageL(TUint32 aObjectHandle);
    72 	void DeleteObjectL( TUint32 aHandle );
    74 	void DeleteObjectL( TUint32 aHandle );
    73 	
    75 	
    74 	/**
    76 	/**
    75 	AO start
    77 	AO start
    76 	 */
    78 	 */
    77 	void StartL();
    79 	void Start();
    78 	
    80 	
    79 	/**
    81 	/**
    80 	Send response to PC
    82 	Send response to PC
    81 	 */
    83 	 */
    82 	void SendResponseL();
    84 	void SendResponseL();