profilesservices/FileList/Src/CFLDWaitNote.cpp
changeset 2 051d34a3f367
parent 0 8c5d936e5675
equal deleted inserted replaced
1:b5888e2aa472 2:051d34a3f367
    49     {
    49     {
    50     if( iWaitDialog )
    50     if( iWaitDialog )
    51         {
    51         {
    52         // Do not delete CAknWaitDialog object:
    52         // Do not delete CAknWaitDialog object:
    53         // CAknWaitDialog::ProcessFinishedL should be used instead.
    53         // CAknWaitDialog::ProcessFinishedL should be used instead.
       
    54         iWaitDialog->SetCallback( NULL );
    54         TRAP_IGNORE( iWaitDialog->ProcessFinishedL() );
    55         TRAP_IGNORE( iWaitDialog->ProcessFinishedL() );
    55         }
    56         }
    56     }
    57     }
    57 
    58 
    58 // -----------------------------------------------------------------------------
    59 // -----------------------------------------------------------------------------