mobilemessaging/smilui/playerinc/SmilPlayerIndicatorController.h
branchRCL_3
changeset 77 da6ac9d688df
parent 0 72b543305e3a
--- a/mobilemessaging/smilui/playerinc/SmilPlayerIndicatorController.h	Wed Sep 15 12:08:45 2010 +0300
+++ b/mobilemessaging/smilui/playerinc/SmilPlayerIndicatorController.h	Wed Oct 13 14:27:34 2010 +0300
@@ -23,7 +23,6 @@
 #include <coecntrl.h>
 #include <coecobs.h>
 #include "SmilPlayerTimeObserver.h"
-#include "SmilPlayerPauseObserver.h"
 
 // FORWARD DECLARATIONS
 class CSmilPlayerPresentationController;
@@ -42,8 +41,7 @@
 NONSHARABLE_CLASS(CSmilPlayerIndicatorController) : public CCoeControl,
                                                     public MCoeForegroundObserver,
                                                     public MCoeControlObserver,
-                                                    public MSmilPlayerTimeObserver,
-                                                    public MSmilPlayerPauseObserver
+                                                    public MSmilPlayerTimeObserver
     {
     public: // Constructors and destructor
 
@@ -111,12 +109,6 @@
         TBool IsDurationFinite() const;
         
         /**
-        * From MSmilPlayerPauseObserver
-        * See the documentation from the SmilPlayerPauseObserver.h
-        */
-        void TogglePauseIndicator() const;
-        
-        /**
         * From MCoeForegroundObserver 
         * See the documentation from the coemain.h
         */   
@@ -220,10 +212,6 @@
                                       const TInt aBitmapIndex,
                                       const TInt aMaskIndex ) const;
                                       
-        /**
-        * Sets pause indicator blinking on/off.
-        */
-        void SetPauseIndicatorBlinking( TBool aValue );
         
         /**
         * Handles skin change event.
@@ -269,9 +257,6 @@
         /** View class for play indicator. */
         CEikImage* iPlayIndicator;
         
-        /** Timer for pause indicator. */
-        CSmilPlayerPauseIndicatorTimer* iPauseTimer;
-        
         /** Specifies whether time indicator should be shown. */
         TBool iShowTimeIndicator;
     };