usbengines/usbotgwatcher/src/cusbstatehostainitiate.cpp
changeset 1 705ec7b86991
parent 0 1e05558e2206
child 13 7068aba64af5
child 25 8c311f9acc5e
--- a/usbengines/usbotgwatcher/src/cusbstatehostainitiate.cpp	Thu Dec 17 09:14:30 2009 +0200
+++ b/usbengines/usbotgwatcher/src/cusbstatehostainitiate.cpp	Thu Jan 07 13:25:34 2010 +0200
@@ -141,7 +141,6 @@
     // start timer, waiting for device attachment
     iAttachmentTimer->After(KTimeToWaitForDeviceAttachment);
 
-    iWatcher->NotifManager()->BlinkIndicatorL(ETrue);
     }
 
 // ---------------------------------------------------------------------------
@@ -152,7 +151,5 @@
     {
         FLOG( _L( "[USBOTGWATCHER]\tCUsbStateHostAInitiate::JustBeforeLeavingThisStateL" ) );
     
-        iWatcher->NotifManager()->BlinkIndicatorL(EFalse);
-        
         CUsbStateHostAInitiateBase::JustBeforeLeavingThisStateL();
     }