usbengines/usbwatcher/inc/cusbwatcher.h
branchRCL_3
changeset 23 25fce757be94
parent 22 5b2a402e96ac
child 24 e02eb84a14d2
equal deleted inserted replaced
22:5b2a402e96ac 23:25fce757be94
    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.
   425     CUsbOtgWatcher* iOtgWatcher; //OTG
   425     CUsbOtgWatcher* iOtgWatcher; //OTG
   426     
   426     
   427     /*
   427     /*
   428      * USB indicator handler to handle device side indicator
   428      * USB indicator handler to handle device side indicator
   429      */
   429      */
   430     TUsbIndicatorHandler iUsbIndicatorHandler;
   430     CUsbIndicatorHandler* iUsbIndicatorHandler;
   431     
   431     
   432     /*
   432     /*
   433      * Starting mode is normal?
   433      * Starting mode is normal?
   434      */
   434      */
   435     TBool iNormalStart;
   435     TBool iNormalStart;