usbengines/usbwatcher/inc/cusbwatcher.h
changeset 38 218231f2b3b3
parent 35 9d8b04ca6939
child 63 ef2686f7597e
child 75 809df41c314e
equal deleted inserted replaced
35:9d8b04ca6939 38:218231f2b3b3
    28 #include <usbuinotif.h>
    28 #include <usbuinotif.h>
    29 #include <usbwatcher.h>
    29 #include <usbwatcher.h>
    30 #include "debug.h"
    30 #include "debug.h"
    31 #include "musbwatchernotify.h"
    31 #include "musbwatchernotify.h"
    32 #include "cusbwatchersession.h"
    32 #include "cusbwatchersession.h"
    33 #include "tusbindicatorhandler.h"
    33 #include "cusbindicatorhandler.h"
    34 
    34 
    35 
    35 
    36 class CUsbActiveState;
    36 class CUsbActiveState;
    37 class CUsbActivePersonalityHandler;
    37 class CUsbActivePersonalityHandler;
    38 class CUsbDeviceLock;
    38 class CUsbDeviceLock;
   178      *
   178      *
   179      * @since Series 60 2.?
   179      * @since Series 60 2.?
   180      * @param aStateOld old device state
   180      * @param aStateOld old device state
   181      * @param aStateNew new device state
   181      * @param aStateNew new device state
   182      */
   182      */
   183     void StateChangeNotify( TUsbDeviceState aStateOld, 
   183     void StateChangeNotifyL( TUsbDeviceState aStateOld, 
   184             TUsbDeviceState aStateNew );
   184             TUsbDeviceState aStateNew );
   185     
   185     
   186    
   186    
   187     /**
   187     /**
   188      * This callback function is called when device is locked.
   188      * This callback function is called when device is locked.
   440     CUsbOtgWatcher* iOtgWatcher; //OTG
   440     CUsbOtgWatcher* iOtgWatcher; //OTG
   441     
   441     
   442     /*
   442     /*
   443      * USB indicator handler to handle device side indicator
   443      * USB indicator handler to handle device side indicator
   444      */
   444      */
   445     TUsbIndicatorHandler iUsbIndicatorHandler;
   445     CUsbIndicatorHandler* iUsbIndicatorHandler;
   446     
   446     
   447     /*
   447     /*
   448      * Starting mode is normal?
   448      * Starting mode is normal?
   449      */
   449      */
   450     TBool iNormalStart;
   450     TBool iNormalStart;