pushmtm/MtmUiSrc/PushMessageInfoOp.cpp
branchRCL_3
changeset 50 c9249d037530
parent 32 92a061761a7b
equal deleted inserted replaced
48:5c11946e75b3 50:c9249d037530
    94     // complete that. iDialog->ExecuteLD() allows other RunL's to run, so 
    94     // complete that. iDialog->ExecuteLD() allows other RunL's to run, so 
    95     // that it may happen that CMsvSingleOpWatcher::DoCancel() is called 
    95     // that it may happen that CMsvSingleOpWatcher::DoCancel() is called 
    96     // when iDialog->ExecuteLD() is running. It means that this object must 
    96     // when iDialog->ExecuteLD() is running. It means that this object must 
    97     // be active in that time in order DoCancel() will be called.
    97     // be active in that time in order DoCancel() will be called.
    98     iStatus = KRequestPending;
    98     iStatus = KRequestPending;
       
    99     iDialog->ExecuteLD( iMsvSession, iEntryId );
    99     SetActive();
   100     SetActive();
   100     iDialog->ExecuteLD( iMsvSession, iEntryId );
       
   101 
       
   102     // Ready.
   101     // Ready.
   103     if ( !deleted )
   102     if ( !deleted )
   104         {
   103         {
   105         iDialog = NULL;
   104         iDialog = NULL;
   106         iDeletedFlag = NULL;
   105         iDeletedFlag = NULL;