kerneltest/e32test/usbho/t_usbdi/inc/BasicWatcher.h
branchRCL_3
changeset 257 3e88ff8f41d5
parent 256 c1f20ce4abcf
--- a/kerneltest/e32test/usbho/t_usbdi/inc/BasicWatcher.h	Tue Aug 31 16:34:26 2010 +0300
+++ b/kerneltest/e32test/usbho/t_usbdi/inc/BasicWatcher.h	Wed Sep 01 12:34:56 2010 +0100
@@ -110,6 +110,7 @@
 	*/
 	void DoCancel()
 		{
+		LOG_FUNC
 		iUsbInterface.CancelPermitSuspend();
 		}
 
@@ -118,6 +119,7 @@
 	*/
 	void RunL()
 		{
+		LOG_FUNC
 		iCompletionCode = iStatus.Int();
 		User::LeaveIfError(iResumeCallBack.CallBack());
 		}
@@ -126,6 +128,8 @@
 	*/
 	TInt RunError()
 		{
+		LOG_FUNC
+
 		return KErrNone;
 		}