photosgallery/viewframework/views/zoomview/src/glxzoomeventhandler.cpp
branchRCL_3
changeset 18 bcb43dc84c44
parent 9 6b87b143d312
child 25 191387a8b767
--- a/photosgallery/viewframework/views/zoomview/src/glxzoomeventhandler.cpp	Mon Mar 15 12:40:30 2010 +0200
+++ b/photosgallery/viewframework/views/zoomview/src/glxzoomeventhandler.cpp	Wed Mar 31 21:31:03 2010 +0300
@@ -135,7 +135,7 @@
 //----------------------------------------------------------------------------------
 //
 // Todo: Combine logics of setting up animated zoom and pan.
-void CGlxZoomPanEventHandler::SetupAnimatedZoom(TZoomMode aZoomMode, TPoint* aZoomFocus)
+void CGlxZoomPanEventHandler::SetupAnimatedZoom(TZoomMode aZoomMode, TPoint* /*aZoomFocus*/)
     {
     TRACER("CGlxZoomPanEventHandler::SetupAnimatedZoom");
     
@@ -606,7 +606,7 @@
 // HandleGestureReleased
 // -----------------------------------------------------------------------------
 //
-void CGlxZoomPanEventHandler::HandleGestureReleased(const GestureHelper::MGestureEvent& aEvent )
+void CGlxZoomPanEventHandler::HandleGestureReleased(const GestureHelper::MGestureEvent& /*aEvent*/ )
     {
     TRACER("CGlxZoomPanEventHandler::HandleGestureReleasedEvent(const GestureHelper::MGestureEvent& )");
     
@@ -710,7 +710,7 @@
 // HandleDoubleTap
 // -----------------------------------------------------------------------------
 //
-void CGlxZoomPanEventHandler::HandleDoubleTap(const GestureHelper::MGestureEvent& aEvent )
+void CGlxZoomPanEventHandler::HandleDoubleTap(const GestureHelper::MGestureEvent& /*aEvent*/ )
     {
     TRACER("CGlxZoomControl::HandleDoubleTap(GestureHelper::MGestureEvent&)");
 
@@ -727,7 +727,7 @@
 // HandleSingleTap
 // -----------------------------------------------------------------------------
 //
-void CGlxZoomPanEventHandler::HandleSingleTap(const GestureHelper::MGestureEvent& aEvent )
+void CGlxZoomPanEventHandler::HandleSingleTap(const GestureHelper::MGestureEvent& /*aEvent*/ )
     {
     TRACER("CGlxZoomControl::HandleSingleTap(GestureHelper::MGestureEvent&)");
 
@@ -1151,6 +1151,5 @@
 void CGlxZoomPanEventHandler::HandleMultiTouchReleased()
     {
     TRACER("CGlxZoomPanEventHandler::HandleMultiTouchReleased");
-
-//    ShowScreenFurniture(KGlxScreenTimeout);
+    //Do nothing
     }