photosgallery/slideshow/engine/controlsrc/shwmusiccontrol.cpp
branchRCL_3
changeset 17 a60acebbbd9d
parent 0 4e91876724a2
child 18 78ad99c24f08
--- a/photosgallery/slideshow/engine/controlsrc/shwmusiccontrol.cpp	Tue Apr 27 16:37:53 2010 +0300
+++ b/photosgallery/slideshow/engine/controlsrc/shwmusiccontrol.cpp	Tue May 11 16:13:40 2010 +0300
@@ -238,6 +238,18 @@
     }
 
 // ---------------------------------------------------------------------------
+// GetMusicVolumeL
+// ---------------------------------------------------------------------------
+void CShwMusicControl::GetMusicVolumeL()
+    {
+    TRACER("CShwMusicControl::GetMusicVolumeL");
+    if ( iCanPlay )
+        {
+        VolumeL();
+        }
+    }
+	
+// ---------------------------------------------------------------------------
 // From class MMPXPlaybackObserver 
 // Handle playback message - required for debugging state of MPX 
 // Player component