usbengines/usbotgwatcher/src/cusbstatehostainitiate.cpp
changeset 93 2dc695882abd
parent 47 878846f7623e
--- a/usbengines/usbotgwatcher/src/cusbstatehostainitiate.cpp	Wed Oct 13 13:08:34 2010 +0300
+++ b/usbengines/usbotgwatcher/src/cusbstatehostainitiate.cpp	Mon Oct 25 13:20:29 2010 +0300
@@ -245,9 +245,10 @@
             }
         case KErrUsbDeviceDetachedDuringDriverLoading:
             {
-            //do not show error, due to device is already detached
-            // Device Detachment will not come after this (it was not attached yet)
-            // therefore emulate detachment
+            LOG( "KErrUsbDeviceDetachedDuringDriverLoading" );
+            // do not show error, due to device is already detached
+            // Device Detachment will not come after this (it was not 
+            // normally attached yet), therefore emulate detachment 
             // content of aTdi is not important, due to detachment anyway
             DeviceDetachedL(aTdi);
             break;
@@ -272,7 +273,7 @@
 // 
 // ---------------------------------------------------------------------------
 //
-void CUsbStateHostAInitiate::DeviceDetachedL(TDeviceEventInformation aTdi)
+void CUsbStateHostAInitiate::DeviceDetachedL(TDeviceEventInformation /*aTdi*/)
     {
     LOG_FUNC
 
@@ -327,7 +328,7 @@
 // 
 // ---------------------------------------------------------------------------
 //
-void CUsbStateHostAInitiate::DriverLoadFailureL(TDeviceEventInformation aDei)
+void CUsbStateHostAInitiate::DriverLoadFailureL(TDeviceEventInformation /*aDei*/)
     {
     LOG_FUNC