photosgallery/slideshow/engine/coresrc/shwslideshowengine.cpp
branchRCL_3
changeset 35 420f6808bf21
parent 30 a60acebbbd9d
--- 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);
+    }
+