diff -r 7e15987c4500 -r 7068aba64af5 usbengines/usbotgwatcher/inc/definitions.h --- a/usbengines/usbotgwatcher/inc/definitions.h Tue Feb 02 00:52:37 2010 +0200 +++ b/usbengines/usbotgwatcher/inc/definitions.h Fri Feb 19 23:50:33 2010 +0200 @@ -38,14 +38,15 @@ */ enum TUsbStateIds { - EUsbStateUndefined, + EUsbStateHostUndefined, EUsbStateHostAInitiate, EUsbStateHostAHost, EUsbStateHostAPeripheral, EUsbStateHostAIdle, - EUsbStateHostHandle + EUsbStateHostHandle, + EUsbStateHostDelayHandle }; const TInt KUsbWatcherPeripheralIsNotConnected = 0; // means not(KUsbWatcherPeripheralIsConnected)