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