photosgallery/viewframework/plugins/fullscreenviewpluginbase/src/glxfullscreenviewpluginbase.cpp
branchRCL_3
changeset 32 78ad99c24f08
parent 25 191387a8b767
equal deleted inserted replaced
30:a60acebbbd9d 32:78ad99c24f08
    38 #include <glxcommandhandlermarking.h>
    38 #include <glxcommandhandlermarking.h>
    39 #include <glxcommandhandlerback.h>
    39 #include <glxcommandhandlerback.h>
    40 #include <mpxmediageneraldefs.h>
    40 #include <mpxmediageneraldefs.h>
    41 #include <mpxcollectionutility.h>
    41 #include <mpxcollectionutility.h>
    42 #include <mpxcollectionpath.h>
    42 #include <mpxcollectionpath.h>
    43 #include <glxcommandhandlervideoplayback.h>
       
    44 #include <glxcommandhandlerupload.h>
    43 #include <glxcommandhandlerupload.h>
    45 #include <glxcommandhandlermoreinfo.h>
    44 #include <glxcommandhandlermoreinfo.h>
    46 #include <glxtracer.h>
    45 #include <glxtracer.h>
    47 #include <glxlog.h>
    46 #include <glxlog.h>
    48 #include <mpxcollectionpath.h>
    47 #include <mpxcollectionpath.h>
   206 	GLX_LOG_INFO("Adding CGlxCommandHandlerAiwShareOnOvi");
   205 	GLX_LOG_INFO("Adding CGlxCommandHandlerAiwShareOnOvi");
   207 	iFullScreenView->AddCommandHandlerL(CGlxCommandHandlerAiwShareOnOvi::NewL(
   206 	iFullScreenView->AddCommandHandlerL(CGlxCommandHandlerAiwShareOnOvi::NewL(
   208 			iFullScreenView, iResourceIds.iMenuId, uiutilitiesrscfile));
   207 			iFullScreenView, iResourceIds.iMenuId, uiutilitiesrscfile));
   209 	// End of AIW service handlers                            
   208 	// End of AIW service handlers                            
   210 
   209 
   211 
   210     //Toolbar commands for all Fullscreen views. May also be present in Options menu.
   212 	//Fix for error ID EVTY-7M87LF
       
   213 	//@ Registration of Video Playback Command handler has to before UPnP.
       
   214 	//@ else UPnP will not get play command once video playback command is consumed.
       
   215 	GLX_LOG_INFO("Adding CGlxCommandHandlerVideoPlayback");
       
   216 	iFullScreenView->AddCommandHandlerL(CGlxCommandHandlerVideoPlayback::NewL(
       
   217 			iFullScreenView));
       
   218 
       
   219 	//Toolbar commands for all Fullscreen views. May also be present in Options menu.
       
   220 	GLX_LOG_INFO("Adding CGlxCommandHandlerSend");
   211 	GLX_LOG_INFO("Adding CGlxCommandHandlerSend");
   221 	iFullScreenView->AddCommandHandlerL(CGlxCommandHandlerSend::NewL(
   212 	iFullScreenView->AddCommandHandlerL(CGlxCommandHandlerSend::NewL(
   222 			iFullScreenView, ETrue, uiutilitiesrscfile));
   213 			iFullScreenView, ETrue, uiutilitiesrscfile));
   223 
   214 
   224 	GLX_LOG_INFO("Adding CGlxCommandHandlerDelete");
   215 	GLX_LOG_INFO("Adding CGlxCommandHandlerDelete");