connectionmonitoring/cellularindicatorplugin/inc/cellularindicatorplugin.h
changeset 20 9c97ad6591ae
parent 18 fcbbe021d614
child 41 bbb64eb3bdee
equal deleted inserted replaced
18:fcbbe021d614 20:9c97ad6591ae
    46     // Return indicator type of indicator
    46     // Return indicator type of indicator
    47     QStringList indicatorTypes() const;
    47     QStringList indicatorTypes() const;
    48     
    48     
    49     // Access is allowed allways
    49     // Access is allowed allways
    50     bool accessAllowed(const QString &indicatorType,
    50     bool accessAllowed(const QString &indicatorType,
    51                        const HbSecurityInfo *securityInfo) const;
    51                        const QVariantMap &securityInfo) const;
    52     
    52     
    53     // Create indicator. Currently installs translation.
    53     // Create indicator. Currently installs translation.
    54     HbIndicatorInterface* createIndicator(const QString &indicatorType);
    54     HbIndicatorInterface* createIndicator(const QString &indicatorType);
    55     
    55     
    56     // Return error if any
    56     // Return error if any