wlanutilities/wlansniffer/mainapplication/src/wsfmaincontroller.cpp
branchRCL_3
changeset 20 858c6c491d0e
parent 18 981afc7d3841
child 35 aaabc7526ded
equal deleted inserted replaced
18:981afc7d3841 20:858c6c491d0e
    85             }
    85             }
    86 
    86 
    87         case EDetailsViewId:
    87         case EDetailsViewId:
    88             {
    88             {
    89             _ASSERTD( iDetailsView );
    89             _ASSERTD( iDetailsView );
       
    90             iMainView->UpdateWlanListInBackgroundL( array );
    90             iDetailsView->WlanListChangedL( array );
    91             iDetailsView->WlanListChangedL( array );
    91             break;           
    92             break;           
    92             }
    93             }
    93         case EConnectedDetailsViewId:
    94         case EConnectedDetailsViewId:
    94             {
    95             {