usbengines/usbotgwatcher/src/cusbstatehostainitiate.cpp
changeset 1 705ec7b86991
parent 0 1e05558e2206
child 5 7068aba64af5
equal deleted inserted replaced
0:1e05558e2206 1:705ec7b86991
   139         }
   139         }
   140 
   140 
   141     // start timer, waiting for device attachment
   141     // start timer, waiting for device attachment
   142     iAttachmentTimer->After(KTimeToWaitForDeviceAttachment);
   142     iAttachmentTimer->After(KTimeToWaitForDeviceAttachment);
   143 
   143 
   144     iWatcher->NotifManager()->BlinkIndicatorL(ETrue);
       
   145     }
   144     }
   146 
   145 
   147 // ---------------------------------------------------------------------------
   146 // ---------------------------------------------------------------------------
   148 // 
   147 // 
   149 // ---------------------------------------------------------------------------
   148 // ---------------------------------------------------------------------------
   150 //
   149 //
   151 void CUsbStateHostAInitiate::JustBeforeLeavingThisStateL()
   150 void CUsbStateHostAInitiate::JustBeforeLeavingThisStateL()
   152     {
   151     {
   153         FLOG( _L( "[USBOTGWATCHER]\tCUsbStateHostAInitiate::JustBeforeLeavingThisStateL" ) );
   152         FLOG( _L( "[USBOTGWATCHER]\tCUsbStateHostAInitiate::JustBeforeLeavingThisStateL" ) );
   154     
   153     
   155         iWatcher->NotifManager()->BlinkIndicatorL(EFalse);
       
   156         
       
   157         CUsbStateHostAInitiateBase::JustBeforeLeavingThisStateL();
   154         CUsbStateHostAInitiateBase::JustBeforeLeavingThisStateL();
   158     }
   155     }