mtpfws/mtpfw/dataproviders/dputility/inc/cmtpcopyobject.h
branchRCL_3
changeset 12 8b094906a049
parent 0 d0791faffa3f
child 14 60a94a45d437
--- a/mtpfws/mtpfw/dataproviders/dputility/inc/cmtpcopyobject.h	Fri Mar 12 15:46:41 2010 +0200
+++ b/mtpfws/mtpfw/dataproviders/dputility/inc/cmtpcopyobject.h	Mon Mar 15 12:43:12 2010 +0200
@@ -21,6 +21,7 @@
 #ifndef CMTPCOPYOBJECT_H
 #define CMTPCOPYOBJECT_H
 
+#include "rmtpframework.h"
 #include "cmtprequestprocessor.h"
 #include "mtpdebug.h"
 
@@ -51,7 +52,8 @@
 
 private:	//from CMTPRequestProcessor
 	virtual void ServiceL();
-
+    TMTPResponseCode CheckRequestL();
+    
 private:
 	void ConstructL();
 	void GetParametersL();
@@ -72,7 +74,7 @@
 	TUint32					iNewParentHandle;
 	TUint32					iStorageId;
 	TTime					iPreviousModifiedTime;
-	
+    RMTPFramework           iSingletons;
 	/**
     FLOGGER debug trace member variable.
     */