diff -r b13141f05c3d -r b5fbb9b25d57 meetingrequest/mrgui/mrfieldbuilderplugin/inc/cesmrviewerdescriptionfield.h --- a/meetingrequest/mrgui/mrfieldbuilderplugin/inc/cesmrviewerdescriptionfield.h Tue Apr 27 16:20:14 2010 +0300 +++ b/meetingrequest/mrgui/mrfieldbuilderplugin/inc/cesmrviewerdescriptionfield.h Tue May 11 15:57:15 2010 +0300 @@ -47,7 +47,7 @@ // Destructor ~CESMRViewerDescriptionField(); -public: // From CESMRField +protected: // From CESMRField void InternalizeL( MESMRCalEntry& aEntry ); void InitializeL(); void GetCursorLineVerticalPos( TInt& aUpper, TInt& aLower ); @@ -55,6 +55,8 @@ TBool ExecuteGenericCommandL( TInt aCommand ); void SetOutlineFocusL( TBool aFocus ); void HandleLongtapEventL( const TPoint& aPosition ); + TBool SupportsLongTapFunctionalityL( + const TPointerEvent &aPointerEvent ); public: // From CCoeControl TKeyResponse OfferKeyEventL(const TKeyEvent& aEvent, TEventCode aType );