usbmgmt/usbmgr/usbman/server/INC/cusbotgwatcher.h
changeset 48 21625e5de155
parent 0 c9bc50fca66e
child 59 bbdce6bffaad
--- a/usbmgmt/usbmgr/usbman/server/INC/cusbotgwatcher.h	Wed Aug 25 15:55:37 2010 +0800
+++ b/usbmgmt/usbmgr/usbman/server/INC/cusbotgwatcher.h	Mon Sep 06 11:27:08 2010 +0800
@@ -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;