usbengines/usbotgwatcher/src/cusbindicatornotifier.cpp
changeset 93 2dc695882abd
parent 62 eadeea68c837
equal deleted inserted replaced
89:3592750162a5 93:2dc695882abd
    67 
    67 
    68 // ---------------------------------------------------------------------------
    68 // ---------------------------------------------------------------------------
    69 // C++ constructor
    69 // C++ constructor
    70 // ---------------------------------------------------------------------------
    70 // ---------------------------------------------------------------------------
    71 //
    71 //
    72 CUsbIndicatorNotifier::CUsbIndicatorNotifier(CUsbNotifManager& aNotifManager,
    72 CUsbIndicatorNotifier::CUsbIndicatorNotifier(CUsbNotifManager& /*aNotifManager*/,
    73         CUsbOtgWatcher& aOtgWatcher) :
    73         CUsbOtgWatcher& aOtgWatcher) :
    74         iOtgWatcher(aOtgWatcher)
    74         iOtgWatcher(aOtgWatcher)
    75     {
    75     {
    76     LOG_FUNC
    76     LOG_FUNC
    77     
    77     
   153        
   153        
   154 // ---------------------------------------------------------------------------
   154 // ---------------------------------------------------------------------------
   155 // 
   155 // 
   156 // ---------------------------------------------------------------------------
   156 // ---------------------------------------------------------------------------
   157 //
   157 //
   158 void CUsbIndicatorNotifier::OtgWatcherStateChangedL(TUsbStateIds aState)
   158 void CUsbIndicatorNotifier::OtgWatcherStateChangedL(TUsbStateIds /*aState*/)
   159     {
   159     {
   160      LOG_FUNC
   160      LOG_FUNC
   161     SetIndicator();
   161     SetIndicator();
   162     }
   162     }
   163 
   163 
   183 
   183 
   184 // ---------------------------------------------------------------------------
   184 // ---------------------------------------------------------------------------
   185 // 
   185 // 
   186 // ---------------------------------------------------------------------------
   186 // ---------------------------------------------------------------------------
   187 //  
   187 //  
   188 void CUsbIndicatorNotifier::VBusObserverErrorL(TInt aError)
   188 void CUsbIndicatorNotifier::VBusObserverErrorL(TInt /*aError*/)
   189     {
   189     {
   190     LOG_FUNC
   190     LOG_FUNC
   191     // do nothing
   191     // do nothing
   192     }
   192     }
   193 
   193