deviceencryption/DevEncUi/src/DevEncUiDecrViewContainer.cpp
branchRCL_3
changeset 36 95243422089a
parent 20 efe289f793e7
equal deleted inserted replaced
28:529f3bf5c2f1 36:95243422089a
   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 EEventItemDoubleClicked: // FALLTHROUGH
   142         case EEventItemSingleClicked: // 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 );