uifw/EikStd/coctlinc/smileymanager.h
branchRCL_3
changeset 17 a1caeb42b3a3
parent 6 9f56a4e1b8ab
child 19 aecbbf00d063
equal deleted inserted replaced
15:c52421ed5f07 17:a1caeb42b3a3
    40  */
    40  */
    41 NONSHARABLE_CLASS( CSmileyManager ) : public CBase
    41 NONSHARABLE_CLASS( CSmileyManager ) : public CBase
    42     {
    42     {
    43 public:
    43 public:
    44     static const TText KPlaceHolder = 0xfff0;
    44     static const TText KPlaceHolder = 0xfff0;
    45     static const TInt KMaxLength = 5;
    45     static const TInt KMaxLength = 100;
    46     static const TInt KMinLength = 2;
    46     static const TInt KMinLength = 2;
    47     static const TText KZeroCode = 0;
    47     static const TText KZeroCode = 0;
    48     static const TText KCompensateChar = 'i'; 
    48     static const TText KCompensateChar = 'i'; 
    49     static const TUint KSmileyCodeMin = 0xf880;
    49     static const TUint KSmileyCodeMin = 0xf880;
    50     static const TUint KSmileyCodeMax = 0xf8e4;    
    50     static const TUint KSmileyCodeMax = 0xf8e4;