textinput/peninputarc/inc/peninputlayoutcontrolinc/peninputlayoutbubblectrl.h
branchRCL_3
changeset 56 8152b1f1763a
parent 50 5a1685599b76
equal deleted inserted replaced
50:5a1685599b76 56:8152b1f1763a
   175     iIconSize = aSize;
   175     iIconSize = aSize;
   176     }
   176     }
   177 
   177 
   178 inline void CBubbleCtrl::GetText( TDes& aText )
   178 inline void CBubbleCtrl::GetText( TDes& aText )
   179     {
   179     {
   180     if (iText)
   180     aText.Copy( *iText );
   181         {
       
   182         aText.Copy( *iText );
       
   183         }
       
   184     }
   181     }
   185 
   182 
   186 inline void CBubbleCtrl::SetLangCode( TInt aLangCode )
   183 inline void CBubbleCtrl::SetLangCode( TInt aLangCode )
   187     {
   184     {
   188     iLangCode = aLangCode;
   185     iLangCode = aLangCode;