usbengines/usbotgwatcher/inc/cusbstate.h
branchRCL_3
changeset 64 8ecef05bbada
parent 1 705ec7b86991
child 20 a15c582fbf97
equal deleted inserted replaced
8:7e15987c4500 64:8ecef05bbada
    99     /**
    99     /**
   100      * Changes state in host state machine
   100      * Changes state in host state machine
   101      * @param aNewStateId new host state
   101      * @param aNewStateId new host state
   102      */
   102      */
   103     void ChangeHostStateL(TUsbStateIds aNewStateId);
   103     void ChangeHostStateL(TUsbStateIds aNewStateId);
       
   104     
       
   105     /**
       
   106      * Handles special situation (error, or something else)
       
   107      * @param aWhat to hande (id)
       
   108      */
       
   109     virtual void HandleL(TInt aWhat, TUsbStateIds aWhereTohandle);
   104 
   110 
   105 private:
   111 private:
   106     
   112     
   107     /**
   113     /**
   108      * 2nd phase construction
   114      * 2nd phase construction