diff -r b7b49303d0c0 -r 762d760dcfdf mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/inc/cdeleteobject.h --- a/mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/inc/cdeleteobject.h Fri Jul 23 17:48:16 2010 -0500 +++ b/mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/inc/cdeleteobject.h Fri Aug 06 17:13:32 2010 -0500 @@ -77,6 +77,11 @@ */ IMPORT_C void DoCancel(); + /** + * Completeing phase Handler + */ + IMPORT_C TBool DoHandleCompletingPhaseL(); + private: void ConstructL(); /** @@ -114,6 +119,12 @@ // Keeps track of whether any files where deleted TBool iIsMultiDelete; + // Keeps track of the respone code when it is EMTPRespCodeDeviceBusy + TBool iDeviceBusy; + + // Keeps track of the count of EMTPRespCodeDeviceBusy that return to PC + TInt iCountDeviceBusyError; + // Accessor of DB MMmMtpDpConfig& iDpConfig;