photosgallery/slideshow/view/src/shwslideshowview.cpp
branchRCL_3
changeset 47 f9e827349359
parent 35 420f6808bf21
child 57 ea65f74e6de4
equal deleted inserted replaced
35:420f6808bf21 47:f9e827349359
   504     
   504     
   505     InitializeShwFurnitureL();
   505     InitializeShwFurnitureL();
   506     iUiUtility->Display()->SetVisibleArea(TRect(TPoint(0,0),AlfUtil::ScreenSize()));
   506     iUiUtility->Display()->SetVisibleArea(TRect(TPoint(0,0),AlfUtil::ScreenSize()));
   507 	// We will require to act on events ONLY when the view is active.
   507 	// We will require to act on events ONLY when the view is active.
   508 	// So listen to them only when the view is active.
   508 	// So listen to them only when the view is active.
   509     iShwGestureControl->AddObserver(this);    
   509     iShwGestureControl->AddObserverL(this);    
   510     }
   510     }
   511 
   511 
   512 // -----------------------------------------------------------------------------
   512 // -----------------------------------------------------------------------------
   513 // From CGlxViewBase
   513 // From CGlxViewBase
   514 // DoViewDeactivate.
   514 // DoViewDeactivate.