diff -r c1f20ce4abcf -r 3e88ff8f41d5 kerneltest/e32test/usbho/t_usbdi/inc/EndpointStallWatcher.h --- a/kerneltest/e32test/usbho/t_usbdi/inc/EndpointStallWatcher.h Tue Aug 31 16:34:26 2010 +0300 +++ b/kerneltest/e32test/usbho/t_usbdi/inc/EndpointStallWatcher.h Wed Sep 01 12:34:56 2010 +0100 @@ -61,6 +61,8 @@ */ void DoCancel() { + LOG_FUNC + iClientDriver.EndpointStatusNotifyCancel(); } @@ -73,6 +75,8 @@ of an endpoint. */ { + LOG_FUNC + TUint epMask = iEpMask; if(iStatus.Int() != KErrNone) @@ -117,6 +121,8 @@ */ TInt RunError(TInt aError) { + LOG_FUNC + return KErrNone; }