diff -r 478bc57ad291 -r 64e38f08e49c emailservices/emailstore/base_plugin/inc/BasePlugin.h --- a/emailservices/emailstore/base_plugin/inc/BasePlugin.h Thu Sep 02 20:15:00 2010 +0300 +++ b/emailservices/emailstore/base_plugin/inc/BasePlugin.h Fri Sep 17 08:27:21 2010 +0300 @@ -110,7 +110,7 @@ public: /** - * This methoed must be called before destruction of + * This methoed must be called before destruction of * CBasePlugin derived class. To fix bug EIZU-7XVF2Z. */ void DeleteDelayedOpsManager(); @@ -141,13 +141,6 @@ const TFSMailMsgId& aSourceFolderId, const TFSMailMsgId& aDestinationFolderId ); - MDesCArray* GetMrusL( - const TFSMailMsgId& aMailBoxId ); - - void SetMrusL( - const TFSMailMsgId& aMailBoxId, - MDesCArray* aNewMruList ); - void GoOnlineL( const TFSMailMsgId& aMailBoxId ); @@ -234,7 +227,7 @@ virtual void StoreMessageL( const TFSMailMsgId& aMailBoxId, CFSMailMessage& aMessage ); - + // void StoreMessagesL( const TFSMailMsgId& aMailBoxId, @@ -242,14 +235,14 @@ MFSMailRequestObserver& aOperationObserver, const TInt aRequestId ); // - + // virtual void StoreMessagePartsL( RPointerArray& aMessageParts, MFSMailRequestObserver& aOperationObserver, const TInt aRequestId); // - + virtual void FetchMessagesL( const TFSMailMsgId& aMailBoxId, const TFSMailMsgId& aFolderId, @@ -447,7 +440,7 @@ const TFSMailMsgId& aMessageId, const TFSMailMsgId& aParentPartId, const TDesC& aContentType, - const TDesC& aFilePath, + const TDesC& aFilePath, MFSMailRequestObserver& aOperationObserver, const TInt aRequestId ); // @@ -509,7 +502,7 @@ * Get signature string from protocol specific subclass. * Caller is responsible for memory of returned string. */ - virtual HBufC* GetSignatureL( TFSMailMsgId /* aMailBox */ ) + virtual HBufC* GetSignatureL( const TFSMailMsgId& /* aMailBox */ ) { return NULL; } @@ -808,7 +801,7 @@ TMsgStoreId aId, TMsgStoreId aParentId, TMsgStoreId aOtherId ); - + virtual const TDesC& CBasePlugin::CalendarFileName() const; public: @@ -837,7 +830,7 @@ //does not actually own the observers. RPointerArray iObservers; //async fetch reqs. - RPointerArray iReqs; + RPointerArray iReqs; RPointerArray iDelayedOpReqs; TCacheLine iCacheLine;