photosgallery/viewframework/plugins/fullscreenviewpluginbase/src/glxfullscreenviewpluginbase.cpp
branchRCL_3
changeset 18 bcb43dc84c44
parent 4 57d388cc48c1
child 25 191387a8b767
--- a/photosgallery/viewframework/plugins/fullscreenviewpluginbase/src/glxfullscreenviewpluginbase.cpp	Mon Mar 15 12:40:30 2010 +0200
+++ b/photosgallery/viewframework/plugins/fullscreenviewpluginbase/src/glxfullscreenviewpluginbase.cpp	Wed Mar 31 21:31:03 2010 +0300
@@ -95,12 +95,7 @@
 //
 TInt CGlxFullScreenViewPluginBase::PeriodicCallback(TAny* aPtr )
     {
-    //GLX_ASSERT_DEBUG( aPtr != NULL, Panic( EGlxPanicLogicError ), 
-    //    "Received null pointer for garbage collector" );
-        
-    // get "this" pointer
     static_cast< CGlxFullScreenViewPluginBase* >( aPtr )->PeriodicCallback();
-    
     return KErrNone;
     }
 
@@ -137,7 +132,6 @@
     
     iFullScreenView = fullScreenView;
     
-    //AddCommandHandlersL();
     GLX_LOG_INFO("Adding CGlxCommandHandlerBack");
     iFullScreenView->AddCommandHandlerL(
                   CGlxCommandHandlerBack::NewPreviousViewCommandHandlerL());
@@ -181,10 +175,6 @@
     iFullScreenView->AddCommandHandlerL(CGlxCommandHandlerDetails::
                                 NewL(iFullScreenView));
     
-//  GLX_LOG_INFO("Adding CGlxCommandHandlerRotate");                    
-//  iFullScreenView->AddCommandHandlerL(                                           
-//                  CGlxCommandHandlerRotate::NewL( iFullScreenView ) );
-    
     GLX_LOG_INFO("Adding CGlxCommandHandlerAddToContainer");
     iFullScreenView->AddCommandHandlerL(CGlxCommandHandlerAddToContainer::
             NewAddToAlbumCommandHandlerL(iFullScreenView, EFalse));