diff -r 9ba4404ef423 -r 759dc5235cdb emailuis/nmframeworkadapter/src/nmfwamessagepartsfetchingoperation.cpp --- a/emailuis/nmframeworkadapter/src/nmfwamessagepartsfetchingoperation.cpp Thu May 27 12:43:55 2010 +0300 +++ b/emailuis/nmframeworkadapter/src/nmfwamessagepartsfetchingoperation.cpp Fri Jun 11 13:27:14 2010 +0300 @@ -34,6 +34,8 @@ mRequestId(0) { + NM_FUNCTION; + // Take own copy of the message part id list. mMessagePartIds.Reset(); for (int i=0; i 0) { const TFSMailMsgId mailboxId(mMailboxId.pluginId32(), mMailboxId.id32()); @@ -133,6 +143,8 @@ */ void NmFwaMessagePartsFetchingOperation::doCompleteOperation() { + NM_FUNCTION; + mRequestId = NmNotFoundError; } @@ -141,6 +153,8 @@ */ void NmFwaMessagePartsFetchingOperation::doCancelOperation() { + NM_FUNCTION; + if (mRequestId >= 0) { TRAP_IGNORE(mMailClient.CancelL(mRequestId)); mRequestId = NmNotFoundError;