diff -r f966699dea19 -r ff572dfe6d86 idlehomescreen/widgetmanager/inc/wmportalbutton.h --- a/idlehomescreen/widgetmanager/inc/wmportalbutton.h Fri Feb 19 22:42:37 2010 +0200 +++ b/idlehomescreen/widgetmanager/inc/wmportalbutton.h Fri Mar 12 15:41:49 2010 +0200 @@ -83,6 +83,11 @@ /** Observes the button's own activity */ void HandleControlEventL( CCoeControl* aControl, TCoeEvent aEventType ); +protected: // from CCoeControl + + /** Handles pointer events. */ + void HandlePointerEventL( const TPointerEvent& aPointerEvent ); + protected: // Constructors /** Constructor for performing 1st stage construction */