deviceencryption/DevEncUi/src/DevEncUiDecrViewContainer.cpp
branchRCL_3
changeset 52 40fb776cbfb3
parent 39 65326cf895ed
equal deleted inserted replaced
45:6a0ceb387ac7 52:40fb776cbfb3
   137 void CDevEncUiDecrViewContainer::HandleListBoxEventL( CEikListBox* /*aListBox*/,
   137 void CDevEncUiDecrViewContainer::HandleListBoxEventL( CEikListBox* /*aListBox*/,
   138                           TListBoxEvent aEventType )
   138                           TListBoxEvent aEventType )
   139     {
   139     {
   140     switch ( aEventType )
   140     switch ( aEventType )
   141         {
   141         {
   142         case EEventItemSingleClicked: // FALLTHROUGH
   142         case EEventItemDoubleClicked: // FALLTHROUGH
   143         case EEventEnterKeyPressed:
   143         case EEventEnterKeyPressed:
   144             {
   144             {
   145             if ( iListBox->CurrentItemIndex() == 0 )
   145             if ( iListBox->CurrentItemIndex() == 0 )
   146                 {
   146                 {
   147                 iOwningView.HandleCommandL( EDevEncUiCommandDecrypt );
   147                 iOwningView.HandleCommandL( EDevEncUiCommandDecrypt );