bluetoothengine/bteng/btbearer/inc/btpluginnotifier.h
branchRCL_3
changeset 55 613943a21004
parent 0 f63038272f30
child 56 9386f31cc85b
equal deleted inserted replaced
54:0ba996a9b75d 55:613943a21004
    23 #include <e32base.h>
    23 #include <e32base.h>
    24 #include <btserversdkcrkeys.h>
    24 #include <btserversdkcrkeys.h>
    25 #include <locodbearerpluginparams.h>      
    25 #include <locodbearerpluginparams.h>      
    26 #include <centralrepository.h>      
    26 #include <centralrepository.h>      
    27 #include <locodbearer.h>
    27 #include <locodbearer.h>
       
    28 #include <hbindicatorsymbian.h>
    28 
    29 
    29 
    30 
    30 /**
    31 /**
    31  *  BT Plug in module for local connectivity daemon.
    32  *  BT Plug in module for local connectivity daemon.
    32  *
    33  *
    87      * Subscribes to the change of central repository keys
    88      * Subscribes to the change of central repository keys
    88      *
    89      *
    89      * @since S60 v3.2
    90      * @since S60 v3.2
    90      */
    91      */
    91     void SubscribeL();
    92     void SubscribeL();
       
    93     
       
    94     /**
       
    95      * Handles service load/unload when BT power changes.
       
    96      */
       
    97     void HandleBtPowerChanged( TBTPowerStateValue aPower );
    92 
    98 
    93 // from base class CActive
    99 // from base class CActive
    94 
   100 
    95     /**
   101     /**
    96      * From CActive.
   102      * From CActive.
   142     /**
   148     /**
   143      * Session with the central repository.
   149      * Session with the central repository.
   144      * Own.
   150      * Own.
   145      */
   151      */
   146     CRepository* iSession;
   152     CRepository* iSession;
       
   153     
       
   154     CHbIndicatorSymbian* iBTIndicator;
   147 
   155 
   148     };
   156     };
   149 
   157 
   150 
   158 
   151 #endif  // __BTPLUGINNOTIFIER_H__
   159 #endif  // __BTPLUGINNOTIFIER_H__