diff -r b31261fd4e04 -r c47a75a8cd72 mmsharing/mmshui/inc/musuilevelindicator.h --- a/mmsharing/mmshui/inc/musuilevelindicator.h Tue Feb 02 00:09:07 2010 +0200 +++ b/mmsharing/mmshui/inc/musuilevelindicator.h Fri Feb 19 22:48:06 2010 +0200 @@ -96,6 +96,11 @@ * */ void SetIndicatorType( TMusUiIndicatorType aType ); + + /** + * + */ + TMusUiIndicatorType GetIndicatorType(); private: // From CCoeControl @@ -181,7 +186,7 @@ CMusUiActiveTimer* iDisableLevelTimer; - TInt iIndicatorType; + TMusUiIndicatorType iIndicatorType; CAknSlider* iSlider;