diff -r ff9df6630274 -r bb32eca979b3 usbengines/usbotgwatcher/inc/cusbindicatornotifier.h --- 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 // SAknSmallIndicatorParams #include // SAknNotifierPackage #include // 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;