userlibandfileserver/fileserver/shostmassstorage/server/transport/cbulkonlytransport.cpp
changeset 31 56f325a607ea
parent 0 a41df078684a
child 87 2f92ad2dc5db
--- a/userlibandfileserver/fileserver/shostmassstorage/server/transport/cbulkonlytransport.cpp	Mon Dec 21 16:14:42 2009 +0000
+++ b/userlibandfileserver/fileserver/shostmassstorage/server/transport/cbulkonlytransport.cpp	Wed Dec 23 11:43:31 2009 +0000
@@ -19,7 +19,6 @@
 */
 
 #include <e32base.h>
-#include <e32base_private.h>
 #include <d32usbdi_hubdriver.h>
 #include <d32usbdi.h>
 #include <d32otgdi.h>
@@ -85,12 +84,11 @@
 	{
     __MSFNSLOG
 	__BOTPRINT(_L("BOT RESUME"));
-	User::AfterHighRes(1000 * 1000); 	//	DEF126984 - we need delay here in order for the usb to resume properly in the case of cancelling a suspend
+ 
 	iInterface.CancelPermitSuspend();
-	User::AfterHighRes(1000 * 1000); 	//	DEF126984 - we need delay here in order for the usb to resume properly in the case of cancelling a suspend
 	}
 
-void CBulkOnlyTransport::Suspend(TRequestStatus &aStatus)
+void CBulkOnlyTransport::Suspend(TRequestStatus& aStatus)
 	{
     __MSFNSLOG
 	__BOTPRINT(_L("BOT SUSPEND"));