diff -r 3321d3e205b6 -r b01126ce0bec idlehomescreen/widgetmanager/inc/wmplugin.h --- a/idlehomescreen/widgetmanager/inc/wmplugin.h Tue Sep 14 20:58:58 2010 +0300 +++ b/idlehomescreen/widgetmanager/inc/wmplugin.h Wed Sep 15 12:00:00 2010 +0300 @@ -33,6 +33,7 @@ class CWmEffectManager; class CWmWidgetData; class CWmInstaller; +class CWmConfiguration; /** * CWmPlugin @@ -167,6 +168,11 @@ CWmInstaller& WmInstaller(); /** + * reference to iWmConfiguration + */ + CWmConfiguration& Configuration(); + + /** * Get widget by Uid. Used for getting widget details * when error has occured during uninstallation. * @param aUid Uid of widget @@ -251,6 +257,11 @@ */ TInt iExecutionCount; + /** + * The configuration + */ + CWmConfiguration* iConfiguration; + #ifdef _WM_UNIT_TEST friend class CWmUnitTest; #endif