src/hbcore/devicedialogbase/hbindicatorsymbian.h
changeset 30 80e4d18b72f5
parent 28 b7da29130b0e
equal deleted inserted replaced
28:b7da29130b0e 30:80e4d18b72f5
    50         EPluginErrors = 0x10000000,
    50         EPluginErrors = 0x10000000,
    51         EErrorTypeMask = 0xf0000000
    51         EErrorTypeMask = 0xf0000000
    52     };
    52     };
    53     
    53     
    54     IMPORT_C static CHbIndicatorSymbian* NewL();
    54     IMPORT_C static CHbIndicatorSymbian* NewL();
    55     IMPORT_C ~CHbIndicatorSymbian();
    55     IMPORT_C virtual ~CHbIndicatorSymbian();
    56 
    56 
    57     IMPORT_C TBool Activate(const TDesC& aIndicatorType, const CHbSymbianVariant* aParameter = 0);
    57     IMPORT_C TBool Activate(const TDesC& aIndicatorType, const CHbSymbianVariant* aParameter = 0);
    58     IMPORT_C TBool Deactivate(const TDesC& aIndicatorType, const CHbSymbianVariant* aParameter = 0);
    58     IMPORT_C TBool Deactivate(const TDesC& aIndicatorType, const CHbSymbianVariant* aParameter = 0);
    59 
    59 
    60     IMPORT_C TInt Error() const;
    60     IMPORT_C TInt Error() const;