diff -r a1caeb42b3a3 -r fcdfafb36fe7 uifw/AvKon/inc/AknSmileyModel.h --- a/uifw/AvKon/inc/AknSmileyModel.h Thu Jul 15 18:56:19 2010 +0300 +++ b/uifw/AvKon/inc/AknSmileyModel.h Thu Aug 19 10:11:06 2010 +0300 @@ -177,8 +177,15 @@ TChar SmileyCode(TInt aIndex, TInt aVariant=0) const; TChar SmileyCode(const CAknSmileyIcon* aSmileyIcon) const; + void LoadStillImagesL(const TDesC& aText); + void PlayAnimationL(const TDesC& aText, TInt aRepeat=0, TInt aDelay=0); + void StopAnimation(const TDesC& aText); + +private: void LoadStillImageL(TChar aChar); + void PlayAnimationL(TChar aChar, TInt aRepeat=0, TInt aDelay=0); + void StopAnimation(TChar aChar); private: const TDesC& Text(TInt aIndex, TInt aVariant=0) const;