usbengines/usbotgwatcher/inc/cusbindicatornotifier.h
branchRCL_3
changeset 8 bb32eca979b3
parent 6 a15c582fbf97
child 23 25fce757be94
--- a/usbengines/usbotgwatcher/inc/cusbindicatornotifier.h	Mon Mar 15 12:44:42 2010 +0200
+++ b/usbengines/usbotgwatcher/inc/cusbindicatornotifier.h	Wed Mar 31 23:11:08 2010 +0300
@@ -22,7 +22,7 @@
 #include <AknNotifyStd.h>       // SAknSmallIndicatorParams
 #include <AknNotifySignature.h> // SAknNotifierPackage
 #include <avkon.hrh>            // EAknIndicatorUSBConnection
-#include "cusbtimer.h"
+
 #include "cusbnotifier.h"
 #include "cusbvbusobserver.h"
 #include "cusbotgwatcher.h"
@@ -31,7 +31,7 @@
  * Class implements functionality of showing/blinking usb indicator
  * Class does not provide method to get response from the user
  */
-NONSHARABLE_CLASS( CUsbIndicatorNotifier ): public CUsbNotifier, MUsbTimerObserver, MUsbOtgWatcherStateObserver, MUsbVBusObserver
+NONSHARABLE_CLASS( CUsbIndicatorNotifier ): public CUsbNotifier, MUsbOtgWatcherStateObserver, MUsbVBusObserver
     {
 public:
     /**
@@ -80,13 +80,6 @@
      */
     virtual void Close();
 
-    // From MUsbTimerObserver
-    /**
-     * Timer elapsed
-     * @param Timer id
-     */
-    void TimerElapsedL(TUsbTimerId aTimerId);
-
 private:
 
     /**
@@ -135,13 +128,6 @@
     CUsbOtgWatcher& iOtgWatcher;
 
     /**
-     * Switch timer for showing/hiding the usb indicator interleavingly for 
-     * animating the indicator. 
-     * Own
-     */
-    CUsbTimer* iIconBlinkingTimer;
-
-    /**
      * Current indicator state
      */
     TInt iIndicatorState;