photosgallery/viewframework/plugins/gridviewpluginbase/src/glxgridviewpluginbase.cpp
branchRCL_3
changeset 18 bcb43dc84c44
parent 4 57d388cc48c1
child 25 191387a8b767
equal deleted inserted replaced
14:ce1c7ad1f18b 18:bcb43dc84c44
   196     iGridView->AddCommandHandlerL( CGlxCommandHandlerFilterImagesOrVideos::NewL( iGridView ) );
   196     iGridView->AddCommandHandlerL( CGlxCommandHandlerFilterImagesOrVideos::NewL( iGridView ) );
   197 #endif
   197 #endif
   198     GLX_LOG_INFO("Adding CGlxCommandHandlerCopyToHomeNetwork");
   198     GLX_LOG_INFO("Adding CGlxCommandHandlerCopyToHomeNetwork");
   199     iGridView->AddCommandHandlerL(CGlxCommandHandlerCopyToHomeNetwork::NewL(*iGridView));
   199     iGridView->AddCommandHandlerL(CGlxCommandHandlerCopyToHomeNetwork::NewL(*iGridView));
   200     
   200     
   201     //GLX_LOG_INFO("Adding CGlxCommandHandlerMarking");
       
   202     //iGridView->AddCommandHandlerL( CGlxCommandHandlerMarking::NewL(iGridView/*, *iGridView, ETrue*/ ) );
       
   203     GLX_LOG_INFO("Adding CGlxCommandHandlerUpload");
   201     GLX_LOG_INFO("Adding CGlxCommandHandlerUpload");
   204     iGridView->AddCommandHandlerL(CGlxCommandHandlerUpload::NewL(iGridView, ETrue));    
   202     iGridView->AddCommandHandlerL(CGlxCommandHandlerUpload::NewL(iGridView, ETrue));    
   205     
   203     
   206 	//Fix for error ID EVTY-7M87LF
   204 	//Fix for error ID EVTY-7M87LF
   207 	//@ Registration of Video Playback Command handler has to before UPnP.
   205 	//@ Registration of Video Playback Command handler has to before UPnP.