uifw/EikStd/coctlinc/smileymanager.h
branchRCL_3
changeset 56 d48ab3b357f1
parent 55 aecbbf00d063
child 59 978afdc0236f
--- a/uifw/EikStd/coctlinc/smileymanager.h	Tue Aug 31 15:28:30 2010 +0300
+++ b/uifw/EikStd/coctlinc/smileymanager.h	Wed Sep 01 12:16:19 2010 +0100
@@ -42,7 +42,7 @@
     {
 public:
     static const TText KPlaceHolder = 0xfff0;
-    static const TInt KMaxLength = 5;
+    static const TInt KMaxLength = 100;
     static const TInt KMinLength = 2;
     static const TText KZeroCode = 0;
     static const TText KCompensateChar = 'i'; 
@@ -66,7 +66,6 @@
 //new functions    
     TBool ConvertTextForSmileyL( TInt aStart, TDes& aText, 
         TBool aStringToCodes = ETrue );
-    void SetVisibleRange( TInt aDocPos, TInt aLength );
     
     void DrawIconL( CBitmapContext& aGc, const TRect& aRect, 
         TInt aDocPos );