--- a/usbengines/usbwatcher/inc/cusbwatcher.h Tue Jan 26 12:55:41 2010 +0200
+++ b/usbengines/usbwatcher/inc/cusbwatcher.h Tue Feb 02 00:52:37 2010 +0200
@@ -30,7 +30,7 @@
#include "debug.h"
#include "musbwatchernotify.h"
#include "cusbwatchersession.h"
-
+#include "tusbindicatorhandler.h"
class CUsbActiveState;
@@ -438,7 +438,16 @@
* OTG Watcher
*/
CUsbOtgWatcher* iOtgWatcher; //OTG
-
+
+ /*
+ * USB indicator handler to handle device side indicator
+ */
+ TUsbIndicatorHandler iUsbIndicatorHandler;
+
+ /*
+ * Starting mode is normal?
+ */
+ TBool iNormalStart;
};
#include "cusbwatcher.inl"