mpengine/tsrc/unittest_mpmpxcollectionframeworkwrapper/stub/src/mpxplaybackutility.cpp
changeset 43 0f32e550d9d8
parent 36 a0afa279b8fe
--- a/mpengine/tsrc/unittest_mpmpxcollectionframeworkwrapper/stub/src/mpxplaybackutility.cpp	Fri Jun 25 17:21:37 2010 -0500
+++ b/mpengine/tsrc/unittest_mpmpxcollectionframeworkwrapper/stub/src/mpxplaybackutility.cpp	Fri Jul 09 16:27:03 2010 -0500
@@ -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