equal
deleted
inserted
replaced
4863 CMsvSingleOpWatcher* singleOpWatcher = CMsvSingleOpWatcher::NewL( *this ); |
4863 CMsvSingleOpWatcher* singleOpWatcher = CMsvSingleOpWatcher::NewL( *this ); |
4864 CleanupStack::PushL( singleOpWatcher ); |
4864 CleanupStack::PushL( singleOpWatcher ); |
4865 |
4865 |
4866 CMsvOperation* oper = mtmUi->ReplyL( |
4866 CMsvOperation* oper = mtmUi->ReplyL( |
4867 KMsvDraftEntryIdValue, parts, singleOpWatcher->iStatus ); |
4867 KMsvDraftEntryIdValue, parts, singleOpWatcher->iStatus ); |
|
4868 iEditorOperation = singleOpWatcher; |
4868 |
4869 |
4869 CleanupStack::PushL( oper ); |
4870 CleanupStack::PushL( oper ); |
4870 iOperations.AppendL( singleOpWatcher ); |
4871 iOperations.AppendL( singleOpWatcher ); |
4871 CleanupStack::Pop( 2, singleOpWatcher ); // oper |
4872 CleanupStack::Pop( 2, singleOpWatcher ); // oper |
4872 singleOpWatcher->SetOperation( oper ); |
4873 singleOpWatcher->SetOperation( oper ); |
4892 CMsvSingleOpWatcher* singleOpWatcher = CMsvSingleOpWatcher::NewL( *this ); |
4893 CMsvSingleOpWatcher* singleOpWatcher = CMsvSingleOpWatcher::NewL( *this ); |
4893 CleanupStack::PushL( singleOpWatcher ); |
4894 CleanupStack::PushL( singleOpWatcher ); |
4894 |
4895 |
4895 CMsvOperation* oper = ui.ReplyL( |
4896 CMsvOperation* oper = ui.ReplyL( |
4896 KMsvDraftEntryIdValue, parts, singleOpWatcher->iStatus ); |
4897 KMsvDraftEntryIdValue, parts, singleOpWatcher->iStatus ); |
|
4898 iEditorOperation = singleOpWatcher; |
4897 |
4899 |
4898 CleanupStack::PushL( oper ); |
4900 CleanupStack::PushL( oper ); |
4899 iOperations.AppendL( singleOpWatcher ); |
4901 iOperations.AppendL( singleOpWatcher ); |
4900 CleanupStack::Pop( 2, singleOpWatcher ); // oper |
4902 CleanupStack::Pop( 2, singleOpWatcher ); // oper |
4901 singleOpWatcher->SetOperation( oper ); |
4903 singleOpWatcher->SetOperation( oper ); |
6461 CMsvSingleOpWatcher* singleOpWatcher = CMsvSingleOpWatcher::NewL( *this ); |
6463 CMsvSingleOpWatcher* singleOpWatcher = CMsvSingleOpWatcher::NewL( *this ); |
6462 CleanupStack::PushL( singleOpWatcher ); |
6464 CleanupStack::PushL( singleOpWatcher ); |
6463 |
6465 |
6464 CMsvOperation* oper = ui.ForwardL( |
6466 CMsvOperation* oper = ui.ForwardL( |
6465 KMsvDraftEntryIdValue, parts, singleOpWatcher->iStatus ); |
6467 KMsvDraftEntryIdValue, parts, singleOpWatcher->iStatus ); |
|
6468 iEditorOperation = singleOpWatcher; |
6466 |
6469 |
6467 CleanupStack::PushL( oper ); |
6470 CleanupStack::PushL( oper ); |
6468 iOperations.AppendL( singleOpWatcher ); |
6471 iOperations.AppendL( singleOpWatcher ); |
6469 CleanupStack::Pop( 2, singleOpWatcher ); // oper |
6472 CleanupStack::Pop( 2, singleOpWatcher ); // oper |
6470 singleOpWatcher->SetOperation( oper ); |
6473 singleOpWatcher->SetOperation( oper ); |