diff -r 7d91903f795f -r ce5ada96ab30 videoplayback/inc/mpxvideobaseplaybackview.h --- a/videoplayback/inc/mpxvideobaseplaybackview.h Fri Feb 19 22:52:52 2010 +0200 +++ b/videoplayback/inc/mpxvideobaseplaybackview.h Fri Mar 12 15:43:00 2010 +0200 @@ -15,7 +15,7 @@ * */ -// Version : %version: 16 % +// Version : %version: 17 % // This file defines the API for VideoBasePlaybackView.dll @@ -341,11 +341,11 @@ TBool IsMultiItemPlaylist(); TInt OpenDrmFileHandleL( RFile& aFile ); void LaunchDRMDetailsL(); - + #ifdef SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API - TInt OpenDrmFileHandle64L( RFile64& aFile ); + TInt OpenDrmFileHandle64L( RFile64& aFile ); #endif // SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API - + protected: // data MMPXPlaybackUtility* iPlaybackUtility; MMPXViewUtility* iViewUtility; @@ -365,6 +365,7 @@ TBool iMediaRequested; TBool iPlaylistView; TBool iCollectionMediaRequested; + TBool iPdlReloading; HBufC* iClipName; };