mpxplugins/viewplugins/views/waitnotedialog/src/mpxwaitnotedialog.cpp
branchRCL_3
changeset 15 a1247965635c
parent 13 c8156a91d13c
equal deleted inserted replaced
14:c54d95799c80 15:a1247965635c
   491         iProcessWaitDialog = NULL;
   491         iProcessWaitDialog = NULL;
   492         }
   492         }
   493 
   493 
   494     iProcessWaitDialog = new ( ELeave ) CAknWaitDialog(
   494     iProcessWaitDialog = new ( ELeave ) CAknWaitDialog(
   495                                     ( CEikDialog** )&iProcessWaitDialog,
   495                                     ( CEikDialog** )&iProcessWaitDialog,
   496                                     iVisDelayOff );
   496                                     EFalse );
   497     
   497     
   498     iProcessWaitDialog->PrepareLC( aDlgRsc );
   498     iProcessWaitDialog->PrepareLC( aDlgRsc );
   499     iProcessWaitDialog->SetTextL( aLabel );
   499     iProcessWaitDialog->SetTextL( aLabel );
   500     iProcessWaitDialog->RunLD();
   500     iProcessWaitDialog->RunLD();
   501     }
   501     }
   510         {
   510         {
   511         iProcessWaitDialog->ProcessFinishedL();
   511         iProcessWaitDialog->ProcessFinishedL();
   512         }
   512         }
   513     }
   513     }
   514 // End of file
   514 // End of file
       
   515