messagingapp/msgnotifications/msgindicatorplugin/inc/msgindicatorplugin.h
changeset 37 518b245aa84c
parent 25 84d9eb65b26f
child 47 5b14749788d7
equal deleted inserted replaced
25:84d9eb65b26f 37:518b245aa84c
    52     
    52     
    53     /**
    53     /**
    54      * @see HbIndicatorPluginInterface
    54      * @see HbIndicatorPluginInterface
    55      */
    55      */
    56     bool accessAllowed(const QString &indicatorType,
    56     bool accessAllowed(const QString &indicatorType,
    57                                const HbSecurityInfo *securityInfo) const;   
    57         const QVariantMap& securityInfo) const;   
    58     /**
    58     /**
    59      * @see HbIndicatorPluginInterface
    59      * @see HbIndicatorPluginInterface
    60      */
    60      */
    61     HbIndicatorInterface* createIndicator(const QString &indicatorType);
    61     HbIndicatorInterface* createIndicator(const QString &indicatorType);
    62 
    62