diff -r e5618cc85d74 -r 6c158198356e javauis/lcdui_akn/lcdui/inc/CMIDGaugeItem.h --- a/javauis/lcdui_akn/lcdui/inc/CMIDGaugeItem.h Thu Jul 15 18:31:06 2010 +0300 +++ b/javauis/lcdui_akn/lcdui/inc/CMIDGaugeItem.h Thu Aug 19 09:48:13 2010 +0300 @@ -38,6 +38,7 @@ class CEikProgressInfo; class CAknSlider; class CAknBitmapAnimation; +class CAknsFrameBackgroundControlContext; /** This interface is implemented by the alert dialog (CMIDAlertDialog). The current design is such that the alert dialog uses its own animations (loaded from resource) @@ -295,6 +296,8 @@ void SetGaugeListenerFromAlert(MMIDGaugeToAlertListner* aGaugeToAlertListner); + TTypeUid::Ptr MopSupplyObject(TTypeUid aId); + private: /** * Ctor @@ -358,6 +361,16 @@ */ TBool BitmapAnimationUsed() const; + /** + * Gets new correct instance of control context or null. + * + * @return New instance of CAknsFrameBackgroundControlContext. + * Instance maybe a null. + * + * @since S60 v5.0 + */ + CAknsFrameBackgroundControlContext* BackgroundControlContext(); + private: CEikProgressInfo* iProgressInfo; MMIDGaugeToAlertListner* iGaugeToAlertListner;