diff -r 78ad99c24f08 -r 420f6808bf21 photosgallery/viewframework/views/fullscreenview/inc/glxfullscreenviewimp.h --- a/photosgallery/viewframework/views/fullscreenview/inc/glxfullscreenviewimp.h Tue May 25 12:42:31 2010 +0300 +++ b/photosgallery/viewframework/views/fullscreenview/inc/glxfullscreenviewimp.h Wed Jun 09 09:41:51 2010 +0300 @@ -30,6 +30,7 @@ #include "glxfullscreenview.hrh" #include "glxmmcnotifier.h" #include "glxtv.h" +#include "mglxhdmidecoderobserver.h" //for MGlxHDMIDecoderObserver //Gesture Helper namespace namespace GestureHelper @@ -72,7 +73,8 @@ public MGlxUiCommandHandler, public MStorageNotifierObserver, public CAlfEffectObserver::MAlfEffectObserver, - public MGlxTvObserver + public MGlxTvObserver, + public MGlxHDMIDecoderObserver { public: /** @@ -141,6 +143,14 @@ //From MAlfEffectObserver void HandleEffectCallback(TInt aType, TInt aHandle, TInt aStatus); + +public: + //From MGlxHDMIDecoderObserver + /* + * Handle completion notification of HDMI Image Decoder. + */ + void HandleHDMIDecodingEventL(THdmiDecodingStatus aStatus); + private: /* * Constructor