diff -r c743ef5928ba -r f966699dea19 homescreen_plat/hs_content_control_ui/inc/hscontentcontrolui.h --- a/homescreen_plat/hs_content_control_ui/inc/hscontentcontrolui.h Tue Feb 02 00:04:13 2010 +0200 +++ b/homescreen_plat/hs_content_control_ui/inc/hscontentcontrolui.h Fri Feb 19 22:42:37 2010 +0200 @@ -24,6 +24,7 @@ // Forward declarations class MHsContentController; +class CAknView; /** * Content control UI interface @@ -47,6 +48,16 @@ /** * */ + virtual void DeActivate() = 0; + + /** + * + */ + virtual void Views( RPointerArray& aViews ) = 0; + + /** + * + */ virtual void NotifyWidgetListChanged() = 0; /** @@ -100,6 +111,16 @@ /** * */ + inline void DeActivate(); + + /** + * + */ + inline void Views( RPointerArray& aViews ); + + /** + * + */ inline void NotifyWidgetListChanged(); /** @@ -173,6 +194,15 @@ { // Default implementation of MHsContentControlUi method } +inline void CHsContentControlUi::DeActivate() + { + // Default implementation of MHsContentControlUi method + } +inline void CHsContentControlUi::Views( + RPointerArray& /*aViews*/ ) + { + // Default implementation of MHsContentControlUi method + } inline void CHsContentControlUi::NotifyWidgetListChanged() { // Default implementation of MHsContentControlUi method