diff -r 7e15987c4500 -r 7068aba64af5 usbengines/usbotgwatcher/inc/cusbstate.h --- a/usbengines/usbotgwatcher/inc/cusbstate.h Tue Feb 02 00:52:37 2010 +0200 +++ b/usbengines/usbotgwatcher/inc/cusbstate.h Fri Feb 19 23:50:33 2010 +0200 @@ -101,6 +101,12 @@ * @param aNewStateId new host state */ void ChangeHostStateL(TUsbStateIds aNewStateId); + + /** + * Handles special situation (error, or something else) + * @param aWhat to hande (id) + */ + virtual void HandleL(TInt aWhat, TUsbStateIds aWhereTohandle); private: