videoplayerapp/videoplayerengine/inc/mpxvideoplayerappuiengine.h
changeset 44 518105d52e45
parent 36 8aed59de29f9
child 49 824471cb468a
--- a/videoplayerapp/videoplayerengine/inc/mpxvideoplayerappuiengine.h	Fri Jul 02 17:14:33 2010 +0300
+++ b/videoplayerapp/videoplayerengine/inc/mpxvideoplayerappuiengine.h	Thu Jul 08 13:05:19 2010 +0300
@@ -15,7 +15,7 @@
  *
 */
 
-// Version : %version:  5 %
+// Version : %version:  6 %
 
 
 
@@ -37,7 +37,7 @@
 class CMPXCommonUiHelper;
 class MMPXCollectionUiHelper;
 class CVideoPlaylistUtility;
-class QMpxVideoPlaybackWrapper;
+class VideoPlaybackWrapper;
 
 /**
 *  Application UI class.
@@ -52,7 +52,7 @@
                                    public MMPXCHelperEmbeddedOpenObserver
 {
     public:        // Constructors and destructor
-        static CMpxVideoPlayerAppUiEngine* NewL( QMpxVideoPlaybackWrapper* aWrapper );
+        static CMpxVideoPlayerAppUiEngine* NewL( VideoPlaybackWrapper* aWrapper );
 
         /**
         * Destructor.
@@ -205,7 +205,7 @@
         /**
          * Constructor
          */
-        CMpxVideoPlayerAppUiEngine( QMpxVideoPlaybackWrapper* aWrapper );
+        CMpxVideoPlayerAppUiEngine( VideoPlaybackWrapper* aWrapper );
 
         /**
          * By default Symbian 2nd phase constructor is private.
@@ -257,16 +257,16 @@
         MMPXCollectionUtility*   iCollectionUtility;
         MMPXCollectionUiHelper*  iCollectionUiHelper;  // own
 
-        TUid iVideoCollectionId;
+        TUid                     iVideoCollectionId;
 
-        CMediaRecognizer*             iRecognizer;       // own
+        CMediaRecognizer*        iRecognizer;       // own
 
         TInt                     iAccessPointId;
         TBool                    iMultilinkPlaylist;
         TBool                    iSeekable;
         TBool                    iUpdateSeekInfo;
 
-        QMpxVideoPlaybackWrapper* iPlaybackWrapper;
+        VideoPlaybackWrapper*    iPlaybackWrapper;
 };
 
 //