emailservices/emailstore/base_plugin/inc/baseplugindelayedopsprivate.h
changeset 47 f83bd4ae1fe3
parent 23 2dc6caa42ec3
child 56 15bc1d5d6267
equal deleted inserted replaced
45:780f926bc26c 47:f83bd4ae1fe3
   229         EParts
   229         EParts
   230         };
   230         };
   231     TFSMailMsgId iMailBox;
   231     TFSMailMsgId iMailBox;
   232     RPointerArray<CFSMailMessage> iMessages;
   232     RPointerArray<CFSMailMessage> iMessages;
   233     RPointerArray<CFSMailMessagePart> iMessageParts;
   233     RPointerArray<CFSMailMessagePart> iMessageParts;
   234     MFSMailRequestObserver& iOperationObserver;
       
   235     TInt iRequestId;
       
   236     TInt iType;
   234     TInt iType;
   237     // Data buffer for async operations
   235     // Data buffer for async operations
   238     HBufC8* iDataBuffer;
   236     HBufC8* iDataBuffer;
   239     
   237     
   240     __LOG_DECLARATION
   238     __LOG_DECLARATION
   271     CDelayedMessageToSendOp& operator= ( const CDelayedMessageToSendOp& );    
   269     CDelayedMessageToSendOp& operator= ( const CDelayedMessageToSendOp& );    
   272     
   270     
   273 private:
   271 private:
   274     CBasePlugin& iBasePlugin;
   272     CBasePlugin& iBasePlugin;
   275     TFSMailMsgId iMailBox;
   273     TFSMailMsgId iMailBox;
   276     MFSMailRequestObserver& iOperationObserver;
       
   277     TInt iRequestId;
       
   278 
   274 
   279     __LOG_DECLARATION
   275     __LOG_DECLARATION
   280     };
   276     };
   281 /**
   277 /**
   282  * 
   278  * 
   340     TFSMailMsgId iMessageId;
   336     TFSMailMsgId iMessageId;
   341     TFSMailMsgId iParentPartId;
   337     TFSMailMsgId iParentPartId;
   342     TFSMailMsgId iPartId;
   338     TFSMailMsgId iPartId;
   343     HBufC* iContentType;
   339     HBufC* iContentType;
   344     HBufC* iFilePath;
   340     HBufC* iFilePath;
   345     MFSMailRequestObserver& iOperationObserver;
       
   346     TInt iRequestId;
       
   347     TInt iActionType;
   341     TInt iActionType;
   348     __LOG_DECLARATION
   342     __LOG_DECLARATION
   349     };
   343     };
   350 //</qmail>
   344 //</qmail>
   351 
   345