diff -r ac7e4d1d9209 -r ebd48d2de13c textinput/peninputarc/src/peninputlayoutcontrol/peninputlayouthwrwindow.cpp --- a/textinput/peninputarc/src/peninputlayoutcontrol/peninputlayouthwrwindow.cpp Thu Aug 19 10:15:25 2010 +0300 +++ b/textinput/peninputarc/src/peninputlayoutcontrol/peninputlayouthwrwindow.cpp Tue Aug 31 15:31:50 2010 +0300 @@ -118,7 +118,7 @@ // (other items were commented in a header). // --------------------------------------------------------------------------- // -EXPORT_C void CHwrWndBase::EndStrokeL(TBool aCharacterTimerFlag) +void CHwrWndBase::EndStrokeL(TBool aCharacterTimerFlag) { if(iHasNewTrace) //only do this when we have new trace { @@ -241,6 +241,7 @@ iListOfPoints.AppendL(iStrokeEndMark); iStrokeTimer->SetTimer(iStrokeDelay); CFepUiBaseCtrl::HandlePointerUpEventL(aPoint); + // For EKZG-7JCBGW // iCtrlWithPointerDown of its CControlGroup must be set to NULL // when its up event occurs. CFepUiBaseCtrl* parent = ParentCtrl(); @@ -763,7 +764,7 @@ return affectedRect; } -EXPORT_C void CTransparentHwrWnd::DrawFrame( const TRect& aFrameRect ) +void CTransparentHwrWnd::DrawFrame( const TRect& aFrameRect ) { CFbsBitGc* gc= static_cast ( BitGc() ); @@ -1199,7 +1200,7 @@ // (other items were commented in a header). // --------------------------------------------------------------------------- // -EXPORT_C TRect CTransparentHwrWndExt::DrawPoint(const TPoint& aPoint,TBool aDrawFlag) +TRect CTransparentHwrWndExt::DrawPoint(const TPoint& aPoint,TBool aDrawFlag) { TRect affectedRect(0,0,0,0); { @@ -1246,7 +1247,7 @@ // (other items were commented in a header). // --------------------------------------------------------------------------- // -EXPORT_C TRect CTransparentHwrWndExt::DrawLine(const TPoint& aPt1,const TPoint& aPt2,TBool aDrawFlag) +TRect CTransparentHwrWndExt::DrawLine(const TPoint& aPt1,const TPoint& aPt2,TBool aDrawFlag) { TRect affectedRect(0,0,0,0); { @@ -1329,7 +1330,7 @@ // (other items were commented in a header). // --------------------------------------------------------------------------- // -EXPORT_C void CTransparentHwrWndExt::EndStrokeAndClearL() +void CTransparentHwrWndExt::EndStrokeAndClearL() { iFadeTimer->Cancel(); iListOfShownPoints.Reset(); @@ -1343,7 +1344,7 @@ // (other items were commented in a header). // --------------------------------------------------------------------------- // -EXPORT_C void CTransparentHwrWndExt::CancelPointerDownL() +void CTransparentHwrWndExt::CancelPointerDownL() { if( !PointerDown() ) {