photosgallery/viewframework/plugins/gridviewpluginbase/src/glxgridviewpluginbase.cpp
equal
deleted
inserted
replaced
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. |