diff -r 78e19bc09b73 -r eaa079afe64c uiacceltk/hitchcock/Client/src/alfclient.cpp --- a/uiacceltk/hitchcock/Client/src/alfclient.cpp Tue Sep 14 23:02:38 2010 +0300 +++ b/uiacceltk/hitchcock/Client/src/alfclient.cpp Wed Sep 15 13:12:27 2010 +0300 @@ -1114,5 +1114,10 @@ } } +TInt RAlfClient::ClearTextureAnimation( TInt aId ) + { + TPckg idPckg(aId); + return SendReceive(EAlfTextureCleanAnimation, TIpcArgs(aId) ); + } // end of file