usbmgmt/usbmgr/usbman/server/INC/cusbotgwatcher.h
changeset 51 eaaed528d5fd
parent 0 c9bc50fca66e
child 59 bbdce6bffaad
--- a/usbmgmt/usbmgr/usbman/server/INC/cusbotgwatcher.h	Thu Sep 02 22:23:37 2010 +0300
+++ b/usbmgmt/usbmgr/usbman/server/INC/cusbotgwatcher.h	Fri Sep 17 08:40:15 2010 +0300
@@ -27,7 +27,13 @@
 #define __CUSBOTGWATCHER_H__
 
 #include <e32def.h>
+
+#ifndef __OVER_DUMMYUSBDI__
 #include <d32otgdi.h>
+#else
+#include <usbhost/dummyotgdi/d32otgdi.h>
+#endif
+
 #include <e32property.h> //Publish & Subscribe header
 
 class MUsbOtgObserver;