mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/inc/cdeleteobject.h
branchRCL_3
changeset 67 16db3449d7ba
parent 53 e42293e811d8
--- a/mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/inc/cdeleteobject.h	Wed Sep 15 12:45:22 2010 +0300
+++ b/mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/inc/cdeleteobject.h	Wed Oct 13 15:06:09 2010 +0300
@@ -77,11 +77,6 @@
     */
     IMPORT_C void DoCancel();
 
-    /**
-    * Completeing phase Handler
-    */
-    IMPORT_C TBool DoHandleCompletingPhaseL();
-
 private:
     void ConstructL();
     /**
@@ -119,12 +114,6 @@
     // 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;