emailservices/emailstore/base_plugin/inc/BasePlugin.h
changeset 75 47d84de1c893
parent 72 64e38f08e49c
equal deleted inserted replaced
72:64e38f08e49c 75:47d84de1c893
   329          virtual TInt GetMessagePartFileL(
   329          virtual TInt GetMessagePartFileL(
   330             const TFSMailMsgId& aMailBoxId,
   330             const TFSMailMsgId& aMailBoxId,
   331             const TFSMailMsgId& aParentFolderId,
   331             const TFSMailMsgId& aParentFolderId,
   332             const TFSMailMsgId& aMessageId,
   332             const TFSMailMsgId& aMessageId,
   333             const TFSMailMsgId& aMessagePartId,
   333             const TFSMailMsgId& aMessagePartId,
   334             RFile& aFileHandle );
   334             RFile& aFileHandle,
       
   335             TBool aForWriting = EFalse);
   335 
   336 
   336          virtual void CopyMessagePartFileL(
   337          virtual void CopyMessagePartFileL(
   337             const TFSMailMsgId& aMailBoxId,
   338             const TFSMailMsgId& aMailBoxId,
   338             const TFSMailMsgId& aParentFolderId,
   339             const TFSMailMsgId& aParentFolderId,
   339             const TFSMailMsgId& aMessageId,
   340             const TFSMailMsgId& aMessageId,