branch | RCL_3 |
changeset 19 | d40e813b23c0 |
parent 9 | 404ad6c9bc20 |
--- a/stifui/avkon/uitestserverstarter/src/UITestServerStarterAppUi.cpp Mon Jun 21 15:41:16 2010 +0300 +++ b/stifui/avkon/uitestserverstarter/src/UITestServerStarterAppUi.cpp Thu Jul 15 18:39:46 2010 +0300 @@ -240,6 +240,9 @@ } } break; + default: + // Do nothing + break; } } else if ( aEvent.Type() == EEventPointer ) @@ -247,7 +250,7 @@ if ( iEventType == EPointerEvent ) { PointerEventHandled(); - } + } } } @@ -504,5 +507,4 @@ iEventStatus = aStatus; } - // End of File