diff -r 05b0d2323768 -r d240f0a77280 mpx/playbackframework/playbackengine/inc/mpxplaybackengine.h --- a/mpx/playbackframework/playbackengine/inc/mpxplaybackengine.h Fri Mar 12 15:44:36 2010 +0200 +++ b/mpx/playbackframework/playbackengine/inc/mpxplaybackengine.h Mon Mar 15 12:42:31 2010 +0200 @@ -857,11 +857,16 @@ void SavePlaybackCompleteInfoL(); /** - * Restore playback position and state if it was saved previously + * Restore playback position if it was saved previously */ - void RestorePlaybackPositionAndStateL( const CMPXMedia& aMedia ); + void RestorePlaybackPositionL( const CMPXMedia& aMedia ); /** + * Restore playback state if it was saved previously + */ + void RestorePlaybackStateL(); + + /** * Sets the volume increment depending on accessory state */ void SetVolumeIncrement( TMPXPlaybackAccessoryMode aMode ); @@ -1031,6 +1036,9 @@ #ifdef SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API RFile64 iFile64; #endif // SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API + + TInt iPositionFromMedia; + }; #include "mpxplaybackengine.inl"