diff -r d240f0a77280 -r 780c925249c1 mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/inc/cgetobject.h --- a/mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/inc/cgetobject.h Mon Mar 15 12:42:31 2010 +0200 +++ b/mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/inc/cgetobject.h Wed Mar 31 22:26:09 2010 +0300 @@ -22,7 +22,6 @@ #include "crequestprocessor.h" // forward declaration -class RFs; class CMTPTypeFile; class MMmMtpDpConfig; @@ -78,9 +77,6 @@ void GetObjectL( const TDesC& aFileName ); private: - // File server used to open the database - RFs& iFs; - // File Object to encapsulate the object to send back CMTPTypeFile* iFileObject;