usbengines/usbwatcher/src/cusbactivestate.cpp
changeset 52 831068540b07
parent 43 4712310216c0
child 80 e02eb84a14d2
--- a/usbengines/usbwatcher/src/cusbactivestate.cpp	Sun May 02 21:57:48 2010 +0300
+++ b/usbengines/usbwatcher/src/cusbactivestate.cpp	Mon May 17 11:03:15 2010 +0300
@@ -56,7 +56,7 @@
     // start USB if cable is pluged-in at bootup
     if( EUsbDeviceStateUndefined != iCurrentState )
         {
-        iOwner.StateChangeNotify( iPreviousState, iCurrentState );
+        iOwner.StateChangeNotifyL( iPreviousState, iCurrentState );
         iPreviousState = iCurrentState;
         }
     iUsbMan.DeviceStateNotification( KUsbAllStates, iCurrentState, iStatus );
@@ -106,7 +106,7 @@
         {
         LOG2( "USB device state changed: %d ==> %d", iPreviousState,
             newState );
-        iOwner.StateChangeNotify( iPreviousState, newState );
+        iOwner.StateChangeNotifyL( iPreviousState, newState );
         iPreviousState = newState;
         }
      else