emailuis/nmframeworkadapter/src/nmfwamessagecreationoperation.cpp
changeset 20 ecc8def7944a
parent 18 578830873419
child 23 2dc6caa42ec3
equal deleted inserted replaced
18:578830873419 20:ecc8def7944a
    51     doCancelOperation();
    51     doCancelOperation();
    52     delete mMessage;
    52     delete mMessage;
    53 }
    53 }
    54 
    54 
    55 /*!
    55 /*!
    56     Slot, called after base object construction via timer event, runs the async operation.
    56     Called after base object construction via timer event, runs the async operation.
    57     
    57     
    58     \sa NmOperation
    58     \sa NmOperation
    59  */
    59  */
    60 void NmFwaMessageCreationOperation::runAsyncOperation()
    60 void NmFwaMessageCreationOperation::doRunAsyncOperation()
    61 {
    61 {
    62     const TFSMailMsgId mailMsgId(mMailboxId.pluginId32(), mMailboxId.id32());
    62     const TFSMailMsgId mailMsgId(mMailboxId.pluginId32(), mMailboxId.id32());
    63 
    63 
    64     CFSMailBox *mailBox = NULL;
    64     CFSMailBox *mailBox = NULL;
    65     TRAP_IGNORE(mailBox = mMailClient.GetMailBoxByUidL(mailMsgId));
    65     TRAP_IGNORE(mailBox = mMailClient.GetMailBoxByUidL(mailMsgId));