videoplayerapp/mpxvideoplayer/inc/mpxvideoplayerappuiengine.h
branchRCL_3
changeset 10 ce5ada96ab30
parent 2 dec420019252
child 11 5294c000a26d
--- a/videoplayerapp/mpxvideoplayer/inc/mpxvideoplayerappuiengine.h	Fri Feb 19 22:52:52 2010 +0200
+++ b/videoplayerapp/mpxvideoplayer/inc/mpxvideoplayerappuiengine.h	Fri Mar 12 15:43:00 2010 +0200
@@ -15,7 +15,7 @@
 *
 */
 
-// Version : %version: da1mmcf#27 %
+// Version : %version: e92_31 %
 
 
 #ifndef CMPXVIDEOPLAYERAPPUIENGINE_H
@@ -42,7 +42,6 @@
 class MMPXCollectionUiHelper;
 class CAiwGenericParamList;
 class CVideoPlaylistUtility;
-class RConnection;
 
 /**
 *  Application UI class.
@@ -97,11 +96,6 @@
         void ActivatePlaybackViewL();
 
         /**
-         * Sets mpx components ready for application shutdown
-         */
-        void PrepareCloseMpxL();
-
-        /**
          * Sets AppUiEngine in stand alone "mode"
          */
         void StartStandAloneL();
@@ -116,12 +110,6 @@
          */
         void StepBackCollectionPathL();
 
-        /**
-         * Process activation message.
-         * @param aMsg reference to activation message
-         */
-        void ProcessActivationMessageL( const TDesC8 &aMsg );
-
         /*
          * Handle embedded playback message
          * @param aMessageUid message identification uid
@@ -232,14 +220,11 @@
 
         void ClearPdlInformation();
 
-        /**
-         *  Checks if application has to exit to Matrix root menu
-         */
-        TBool ExitToMatrixMenu();
-
         void InitializeFileL( const TDesC& aFileName );
 
         void ClosePlaybackPluginL();
+        
+        void SignalViewPdlReloading();
 
     private:
         /**
@@ -272,41 +257,6 @@
                          CMediaRecognizer::TMediaType aMediaType,
                          TBool aUseFileHandle = EFalse );
 
-        /*
-         *  Sets the access point member variable
-         */
-        void SetAccessPointL();
-
-        /**
-         *  Checks if the the AP is WLAN
-         *
-         *  @param aAPId - the ID of access point to be evaluated
-         *  @return ETrue if the bearer type is WLAN for this access point
-         */
-        TBool IsWLANAccessPointL(TInt aAPId);
-
-        /**
-         *  Reads the default AP
-         *
-         *  @return ID of the default Access Point read from the config file
-         */
-        TInt GetDefaultAccessPointL();
-
-        /**
-         *  Converts UID of the AP to and Access Point Id
-         *
-         *  @return ID of the Access Point
-         */
-        TInt GetAccessPointIdForUIDL(TUint32 aAPUid);
-
-        /**
-         *  Tries to get AP ID for connection.
-         *  If default AP is not available, AP is queried from the user.
-         *
-         *  @return ID of the Access Point
-         */
-        TUint32 TryToGetAccessPointL();
-
         TInt HandleAiwGenericParamListL( const CAiwGenericParamList* aParams );
 
         /**
@@ -340,20 +290,6 @@
        */
        void UpdatePbPluginMediaL();
 
-       /*
-       * Sends custom command to active view
-       *
-       * @param aMsg custom message data
-       */
-       void SendCustomCommandToActiveViewL( const TDesC8& aMsg );
-
-       /*
-       * Gets IAP ID from active connection.
-       *
-       * @param aConn   Connection to query.
-       */
-       TUint32 QueryIap( RConnection& aConn );
-
        void InitializeStreamingLinkL( const TDesC& aUri );
        void InitializePlaylistL( const CMPXCollectionPlaylist& aPlaylist, TBool aPlay );
 
@@ -376,11 +312,9 @@
         CMpxVideoEmbeddedPdlHandler*  iPdlHandler;       // own
 
         TInt                     iAccessPointId;
-        TInt                     iExtAccessPointId;
         TBool                    iMultilinkPlaylist;
         TBool                    iSeekable;
         TBool                    iUpdateSeekInfo;
-        TBool                    iExitToMatrixMenu;
 };
 
 //