diff -r d240f0a77280 -r 780c925249c1 mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/inc/cdeleteobject.h --- a/mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/inc/cdeleteobject.h Mon Mar 15 12:42:31 2010 +0200 +++ b/mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/inc/cdeleteobject.h Wed Mar 31 22:26:09 2010 +0300 @@ -19,16 +19,11 @@ #ifndef CDELETEOBJECT_H #define CDELETEOBJECT_H -#include #include -#include #include "crequestprocessor.h" //forward declaration -class RFs; -class CMTPTypeArray; -class MMTPObjectMgr; class MMmMtpDpConfig; /** @@ -110,12 +105,6 @@ void DeleteObjectL( const CMTPObjectMetaData& aObjectInfo ); private: - // MTP Object Manager - MMTPObjectMgr& iObjectMgr; - - // File server used to open the database - RFs& iFs; - // Array of all the objects to delete RArray iObjectsToDelete;