emailuis/nmframeworkadapter/src/nmfwamessagepartfetchingoperation.cpp
changeset 20 ecc8def7944a
parent 18 578830873419
child 23 2dc6caa42ec3
equal deleted inserted replaced
18:578830873419 20:ecc8def7944a
    79 }
    79 }
    80 
    80 
    81 /*!
    81 /*!
    82 
    82 
    83  */
    83  */
    84 void NmFwaMessagePartFetchingOperation::runAsyncOperation()
    84 void NmFwaMessagePartFetchingOperation::doRunAsyncOperation()
    85 {
    85 {
    86     TRAPD(err, runAsyncOperationL());
    86     TRAPD(err, doRunAsyncOperationL());
    87     if (err != KErrNone) {
    87     if (err != KErrNone) {
    88         completeOperation(NmGeneralError);
    88         completeOperation(NmGeneralError);
    89     }
    89     }
    90 }
    90 }
    91 
    91 
    92 /*!
    92 /*!
    93     Leaving version from runAsyncOperation
    93     Leaving version from doRunAsyncOperation
    94  */
    94  */
    95 void NmFwaMessagePartFetchingOperation::runAsyncOperationL()
    95 void NmFwaMessagePartFetchingOperation::doRunAsyncOperationL()
    96 {
    96 {
    97     const TFSMailMsgId mailboxId(mMailboxId.pluginId32(), mMailboxId.id32());
    97     const TFSMailMsgId mailboxId(mMailboxId.pluginId32(), mMailboxId.id32());
    98     const TFSMailMsgId folderId(mFolderId.pluginId32(), mFolderId.id32());
    98     const TFSMailMsgId folderId(mFolderId.pluginId32(), mFolderId.id32());
    99     const TFSMailMsgId messageId(mMessageId.pluginId32(), mMessageId.id32());
    99     const TFSMailMsgId messageId(mMessageId.pluginId32(), mMessageId.id32());
   100     const TFSMailMsgId messagePartId(mMessagePartId.pluginId32(), mMessagePartId.id32());
   100     const TFSMailMsgId messagePartId(mMessagePartId.pluginId32(), mMessagePartId.id32());