wlanutilities/wlansniffer/mainapplication/src/wsfmaincontroller.cpp
branchRCL_3
changeset 13 858c6c491d0e
parent 12 981afc7d3841
child 18 aaabc7526ded
equal deleted inserted replaced
12:981afc7d3841 13: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             {