homescreensrv_plat/idlefw_api/inc/aifwstatehandler.h
branchRCL_3
changeset 14 15e4dd19031c
parent 8 d0529222e3f0
child 19 edd621764147
equal deleted inserted replaced
12:502e5d91ad42 14:15e4dd19031c
    65      * 
    65      * 
    66      * @since S60 5.2
    66      * @since S60 5.2
    67      * @param aState State to change
    67      * @param aState State to change
    68      */
    68      */
    69     virtual void ChangePluginState( TAiFwState aState ) = 0;
    69     virtual void ChangePluginState( TAiFwState aState ) = 0;
    70     
    70 
    71     /**
       
    72      * Queries whether online state is in use
       
    73      * by any of the currently loaded plugin.
       
    74      * 
       
    75      * @since S60 5.2
       
    76      * @return ETrue if online/offline state needed, EFalse otherwise
       
    77      */
       
    78     virtual TBool OnlineStateInUse() const = 0;
       
    79     };
    71     };
    80 
    72 
    81 #endif // M_AIFWSTATEHANDLER_H
    73 #endif // M_AIFWSTATEHANDLER_H
    82 
    74 
    83 // End of file
    75 // End of file