diff -r 171e07ac910f -r c8156a91d13c mpxplugins/viewplugins/inc/mpxcommonplaybackviewimp.h --- a/mpxplugins/viewplugins/inc/mpxcommonplaybackviewimp.h Mon Mar 15 12:40:11 2010 +0200 +++ b/mpxplugins/viewplugins/inc/mpxcommonplaybackviewimp.h Wed Mar 31 21:26:33 2010 +0300 @@ -12,7 +12,7 @@ * Contributors: * * Description: MPX common playback view implementation -* Version : %version: da1mmcf#41.1.6.1.1.1.10 % << Don't touch! Updated by Synergy at check-out. +* Version : %version: da1mmcf#41.1.6.1.1.1.12 % << Don't touch! Updated by Synergy at check-out. * */ @@ -38,6 +38,7 @@ #include "mpxplaybackframeworkdefs.h" // TMPXPlaybackPlayerType #include "../../../inc/musicplayerbldvariant.hrh" +#include // FORWARD DECLARATIONS class CMPXCommonPlaybackViewContainer; @@ -612,6 +613,12 @@ * Updates the middle (play/pause) toolbar control key icon based on playback state */ IMPORT_C void UpdateToolbar(); + + /** + * Launch Metadata Dialog to show the file details + */ + IMPORT_C virtual void LaunchFileDetailsDialogL(); + protected: static TInt DeferredAlbumArtExtractCallback( TAny* aPtr ); @@ -760,7 +767,7 @@ TInt iOldPosition; // in seconds TBool iIsTapped; TCommandSender iCommandSender; - + CTvOutConfig* iTvOutConfig; TSize iFullScreenImageSize; CPeriodic* iTNRequestTimer; };