pkiutilities/CertmanUi/SRC/Certmanuidialogs.cpp
branchRCL_3
changeset 8 ece4bbb094df
parent 1 d5423fbb4f29
child 21 09b1ac925e3f
equal deleted inserted replaced
7:6e226572c5f0 8:ece4bbb094df
    57     {
    57     {
    58     CERTMANUILOGGER_ENTERFN( "CCertManUIWaitDialog::StartWaitDialogL" );
    58     CERTMANUILOGGER_ENTERFN( "CCertManUIWaitDialog::StartWaitDialogL" );
    59 
    59 
    60     if( !iDialog )
    60     if( !iDialog )
    61         {
    61         {
    62         iDialog = new( ELeave ) CAknWaitDialog( reinterpret_cast< CEikDialog** >( &iDialog ) );
    62         iDialog = new( ELeave ) CAknWaitDialog(
       
    63                 reinterpret_cast< CEikDialog** >( &iDialog ), ETrue );
    63 
    64 
    64         TInt dialog = 0;
    65         TInt dialog = 0;
    65         switch( aDialogSelector )
    66         switch( aDialogSelector )
    66             {
    67             {
    67             case ECertmanUiDeleteDialog:
    68             case ECertmanUiDeleteDialog: