textinput/peninputarc/src/peninputlayoutcontrol/peninputlayouthwrwindow.cpp
branchRCL_3
changeset 10 6defe5d1bd39
parent 0 eb1f2e154e89
child 43 ebd48d2de13c
--- a/textinput/peninputarc/src/peninputlayoutcontrol/peninputlayouthwrwindow.cpp	Mon Mar 15 12:42:02 2010 +0200
+++ b/textinput/peninputarc/src/peninputlayoutcontrol/peninputlayouthwrwindow.cpp	Wed Mar 31 22:08:20 2010 +0300
@@ -118,7 +118,7 @@
 // (other items were commented in a header).
 // ---------------------------------------------------------------------------
 //   
-void CHwrWndBase::EndStrokeL(TBool aCharacterTimerFlag)
+EXPORT_C void CHwrWndBase::EndStrokeL(TBool aCharacterTimerFlag)
     {
     if(iHasNewTrace)    //only do this when we have new trace
         {               
@@ -241,7 +241,6 @@
     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();
@@ -764,7 +763,7 @@
     return affectedRect;
     } 
 
-void CTransparentHwrWnd::DrawFrame( const TRect& aFrameRect )
+EXPORT_C void CTransparentHwrWnd::DrawFrame( const TRect& aFrameRect )
 	{
     CFbsBitGc* gc= static_cast<CFbsBitGc*> ( BitGc() );        
 	
@@ -1200,7 +1199,7 @@
 // (other items were commented in a header).
 // ---------------------------------------------------------------------------
 //       
-TRect CTransparentHwrWndExt::DrawPoint(const TPoint& aPoint,TBool aDrawFlag)
+EXPORT_C TRect CTransparentHwrWndExt::DrawPoint(const TPoint& aPoint,TBool aDrawFlag)
     {
     TRect affectedRect(0,0,0,0);
         {
@@ -1247,7 +1246,7 @@
 // (other items were commented in a header).
 // ---------------------------------------------------------------------------
 //   
-TRect CTransparentHwrWndExt::DrawLine(const TPoint& aPt1,const TPoint& aPt2,TBool aDrawFlag)
+EXPORT_C TRect CTransparentHwrWndExt::DrawLine(const TPoint& aPt1,const TPoint& aPt2,TBool aDrawFlag)
     {
     TRect affectedRect(0,0,0,0);
         {
@@ -1330,7 +1329,7 @@
 // (other items were commented in a header).
 // ---------------------------------------------------------------------------
 //   
-void CTransparentHwrWndExt::EndStrokeAndClearL()
+EXPORT_C void CTransparentHwrWndExt::EndStrokeAndClearL()
     {
     iFadeTimer->Cancel();
     iListOfShownPoints.Reset();
@@ -1344,7 +1343,7 @@
 // (other items were commented in a header).
 // ---------------------------------------------------------------------------
 //   
-void CTransparentHwrWndExt::CancelPointerDownL()
+EXPORT_C void CTransparentHwrWndExt::CancelPointerDownL()
     {
     if( !PointerDown() )
         {