diff -r ebd48d2de13c -r ecbabf52600f textinput/peninputarc/inc/peninputlayoutcontrolinc/peninputlayouthwrwnd.h --- a/textinput/peninputarc/inc/peninputlayoutcontrolinc/peninputlayouthwrwnd.h Tue Aug 31 15:31:50 2010 +0300 +++ b/textinput/peninputarc/inc/peninputlayoutcontrolinc/peninputlayouthwrwnd.h Wed Sep 01 12:23:33 2010 +0100 @@ -67,7 +67,7 @@ * @param aCharacterTimerFlag Flag indicates whether needs to set character timer * Default value is ETrue, set the character timer */ - virtual void EndStrokeL(TBool aCharacterTimerFlag); + IMPORT_C virtual void EndStrokeL(TBool aCharacterTimerFlag); /** * A callback function. Called when character timer out. @@ -599,7 +599,7 @@ * @param aFrameRect frame rect * @return None */ - virtual void DrawFrame( const TRect& aFrameRect ); + IMPORT_C virtual void DrawFrame( const TRect& aFrameRect ); private: /** * mask pen color @@ -772,7 +772,7 @@ * Called when character timer out, or write text from the begining again. * @since S60 V4.0 */ - virtual void EndStrokeAndClearL(); + IMPORT_C virtual void EndStrokeAndClearL(); /** * From CFepUiBaseCtrl @@ -783,7 +783,7 @@ * @since S60 V4.0 * @param aFocusedFlag ETrue if got focused, otherwise EFalse */ - virtual void CancelPointerDownL(); + IMPORT_C virtual void CancelPointerDownL(); /** * Enable/Disable fade @@ -860,7 +860,7 @@ * @param aDrawFlag Flag to tell whether to draw or erase stroke * @return The affected rect */ - virtual TRect DrawPoint(const TPoint& aPoint,TBool aDrawFlag); + IMPORT_C virtual TRect DrawPoint(const TPoint& aPoint,TBool aDrawFlag); /** * From CHwrWndBase @@ -872,7 +872,7 @@ * @param aDrawFlag Flag to tell whether to draw or erase stroke * @return The affected rect */ - virtual TRect DrawLine(const TPoint& aPt1,const TPoint& aPt2,TBool aDrawFlag = ETrue); + IMPORT_C virtual TRect DrawLine(const TPoint& aPt1,const TPoint& aPt2,TBool aDrawFlag = ETrue); //from base class CHwrWndBase /**