diff -r 78ad99c24f08 -r 420f6808bf21 photosgallery/slideshow/engine/coresrc/shwslideshowengine.cpp --- a/photosgallery/slideshow/engine/coresrc/shwslideshowengine.cpp Tue May 25 12:42:31 2010 +0300 +++ b/photosgallery/slideshow/engine/coresrc/shwslideshowengine.cpp Wed Jun 09 09:41:51 2010 +0300 @@ -181,3 +181,14 @@ GLX_LOG_INFO("CShwSlideshowEngine::LSKPressedL"); this->iImpl->LSKPressedL(); } + +// ----------------------------------------------------------------------------- +// HandleHDMIDecodingEvent +// ----------------------------------------------------------------------------- +EXPORT_C void CShwSlideshowEngine::HandleHDMIDecodingEventL( + THdmiDecodingStatus aStatus) + { + TRACER("CShwSlideshowEngine::HandleHDMIDecodingEventL"); + this->iImpl->HandleHDMIDecodingEventL(aStatus); + } +