mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/inc/cdeleteobject.h
branchRCL_3
changeset 23 e42293e811d8
parent 18 e257e2b6459d
--- a/mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/inc/cdeleteobject.h	Thu Jul 15 19:11:42 2010 +0300
+++ b/mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/inc/cdeleteobject.h	Thu Aug 19 10:24:28 2010 +0300
@@ -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;