iaupdate/IAD/bgcindicatorplugin/inc/bgcindicatorplugin.h
changeset 33 8110bf1194d1
parent 25 98b66e4fb0be
child 44 329d304c1aa1
equal deleted inserted replaced
29:26b6f0522fd8 33:8110bf1194d1
    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