diff -r 139d4b7b2938 -r 99bcbff212ad emailuis/nmframeworkadapter/src/nmfwamessagepartsfetchingoperation.cpp --- a/emailuis/nmframeworkadapter/src/nmfwamessagepartsfetchingoperation.cpp Mon May 24 21:02:02 2010 +0300 +++ b/emailuis/nmframeworkadapter/src/nmfwamessagepartsfetchingoperation.cpp Fri May 28 13:56:43 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;