uiacceltk/hitchcock/Client/src/alfclient.cpp
branchRCL_3
changeset 63 e1987ab3768a
parent 57 eaa079afe64c
equal deleted inserted replaced
57:eaa079afe64c 63:e1987ab3768a
  1112         default:
  1112         default:
  1113             return 0;
  1113             return 0;
  1114         }
  1114         }
  1115     }
  1115     }
  1116 
  1116 
  1117 TInt RAlfClient::ClearTextureAnimation( TInt aId )
       
  1118     {
       
  1119     TPckg<TInt> idPckg(aId);
       
  1120     return SendReceive(EAlfTextureCleanAnimation, TIpcArgs(aId) );
       
  1121     }
       
  1122 // end of file
  1117 // end of file
  1123  
  1118