uifw/EikStd/coctlinc/smileymanager.h
branchRCL_3
changeset 50 a1caeb42b3a3
parent 10 9f56a4e1b8ab
child 55 aecbbf00d063
equal deleted inserted replaced
38:c52421ed5f07 50: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;