usbengines/usbwatcher/src/cusbactivestate.cpp
branchGCC_SURGE
changeset 63 ef2686f7597e
parent 8 7e15987c4500
parent 38 218231f2b3b3
--- a/usbengines/usbwatcher/src/cusbactivestate.cpp	Mon Jun 21 22:40:15 2010 +0100
+++ b/usbengines/usbwatcher/src/cusbactivestate.cpp	Thu Jul 22 16:44:03 2010 +0100
@@ -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