mpengine/tsrc/unittest_mpmpxcollectionframeworkwrapper/stub/src/mpxplaybackutility.cpp
changeset 48 af3740e3753f
parent 32 c163ef0b758d
--- a/mpengine/tsrc/unittest_mpmpxcollectionframeworkwrapper/stub/src/mpxplaybackutility.cpp	Tue Jul 06 14:13:36 2010 +0300
+++ b/mpengine/tsrc/unittest_mpmpxcollectionframeworkwrapper/stub/src/mpxplaybackutility.cpp	Wed Aug 18 09:46:20 2010 +0300
@@ -29,7 +29,8 @@
                                            iRepeat(-1),
                                            iProperty(EPbPropertyVolume),
                                            iPlay(EFalse),
-                                           iCurrentPath(0)
+                                           iCurrentPath(0),
+                                           iCurrentPlaylist(0)
 {
 }
 
@@ -93,4 +94,20 @@
     
 }
 
+/*!
+ Stub function.
+*/
+CMPXCollectionPlaylist* MMPXPlaybackUtility::PlaylistL()
+{
+    return iCurrentPlaylist;
+}
+
+/*!
+ Stub function.
+*/
+MMPXSource* MMPXPlaybackUtility::Source()
+{
+    return this;
+}
+
 //end of file