uiacceltk/hitchcock/Client/src/alfclient.cpp
branchRCL_3
changeset 57 eaa079afe64c
parent 0 15bf7259bb7c
child 63 e1987ab3768a
--- 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<TInt> idPckg(aId);
+    return SendReceive(EAlfTextureCleanAnimation, TIpcArgs(aId) );
+    }
 // end of file