coreapplicationuis/Rfs/src/rfsConnectionObserver.cpp
changeset 29 6a787171e1de
parent 21 c4cbaa4fb734
child 53 920c9a724929
equal deleted inserted replaced
28:b0b858956ed5 29:6a787171e1de
   472     {
   472     {
   473     TRACES("CRfsConnectionObserver::DismissWaitDialog()");
   473     TRACES("CRfsConnectionObserver::DismissWaitDialog()");
   474     
   474     
   475     if ( iDialog && iIsWaitForDialogExecuted)
   475     if ( iDialog && iIsWaitForDialogExecuted)
   476         {
   476         {
   477         iDialog->Cancel();
   477         iDialog->Close();
   478         }
   478         }
   479     
   479     
   480     // Sanity Check:
   480     // Sanity Check:
   481     // It can be a case when dialog was need to be displayed but was not due to some error
   481     // It can be a case when dialog was need to be displayed but was not due to some error
   482     // this means that the 'iDialog' was constructed but never used and destroyed
   482     // this means that the 'iDialog' was constructed but never used and destroyed