mpengine/tsrc/unittest_mpmpxplaybackframeworkwrapper/stub/src/mpxplaybackutility.cpp
changeset 48 af3740e3753f
parent 32 c163ef0b758d
child 58 ed94e1e8390e
--- a/mpengine/tsrc/unittest_mpmpxplaybackframeworkwrapper/stub/src/mpxplaybackutility.cpp	Tue Jul 06 14:13:36 2010 +0300
+++ b/mpengine/tsrc/unittest_mpmpxplaybackframeworkwrapper/stub/src/mpxplaybackutility.cpp	Wed Aug 18 09:46:20 2010 +0300
@@ -24,13 +24,13 @@
 /*!
  Stub function.
 */
-MMPXPlaybackUtility::MMPXPlaybackUtility():iProperty(EPbPropertyVolume),
+MMPXPlaybackUtility::MMPXPlaybackUtility():iValue(0),
+                                           iComandData(0),
+                                           iProperty(EPbPropertyVolume),
                                            iObs(0),
-                                           iValue(0),
-                                           iComandData(0),
+                                           iCMPXCmd(0),
                                            iState(EPbStateNotInitialised),
                                            iAttrs(0),
-                                           iCMPXCmd(0),
                                            iInitialized(false),
                                            iReturnSource(true)
 {
@@ -103,6 +103,15 @@
 /*!
  Stub function.
 */
+void MMPXPlaybackUtility::PropertyL(MMPXPlaybackCallback& aCallback, TMPXPlaybackProperty aProperty)
+{
+    Q_UNUSED(aCallback);
+    iProperty = aProperty;
+}
+
+/*!
+ Stub function.
+*/
 MMPXSource* MMPXPlaybackUtility::Source()
 {
     if (iReturnSource) {