mtpfws/mtpfw/dataproviders/dputility/inc/cmtpdeleteobject.h
branchRCL_3
changeset 3 8b094906a049
parent 0 d0791faffa3f
--- a/mtpfws/mtpfw/dataproviders/dputility/inc/cmtpdeleteobject.h	Fri Mar 12 15:46:41 2010 +0200
+++ b/mtpfws/mtpfw/dataproviders/dputility/inc/cmtpdeleteobject.h	Mon Mar 15 12:43:12 2010 +0200
@@ -24,6 +24,7 @@
 #include <badesca.h>
 #include <f32file.h>
 
+#include "rmtpframework.h"
 #include "cmtprequestprocessor.h"
 #include "mtpdebug.h"
 
@@ -46,7 +47,7 @@
     void ServiceL();
  
 private:    
-
+    void ConstructL();
     CMTPDeleteObject(MMTPDataProviderFramework& aFramework, MMTPConnection& aConnection);
 	void ProcessFinalPhaseL();
 	TBool IsFolderObject(const CMTPObjectMetaData& aObject);
@@ -67,6 +68,7 @@
 	*/
     TBool					iSuccessDeletion;
     TBool 					iObjectWritePotected;
+    RMTPFramework           iSingletons;
 	};
 	
 #endif