diff -r 15bf7259bb7c -r d8a3531bc6b8 uiacceltk/hitchcock/coretoolkit/inc/HuiFxEffectCache.h --- a/uiacceltk/hitchcock/coretoolkit/inc/HuiFxEffectCache.h Tue Feb 02 07:56:43 2010 +0200 +++ b/uiacceltk/hitchcock/coretoolkit/inc/HuiFxEffectCache.h Mon Feb 22 17:57:49 2010 +0200 @@ -62,6 +62,7 @@ }; MHuiFxEffectCacheNode *Find(MHuiFxEffectCacheNode *aNode); + MHuiFxEffectCacheNode *FindDuplicate(MHuiFxEffectCacheNode *aNode); static bool Compare(MHuiFxEffectCacheNode *aNode1, MHuiFxEffectCacheNode *aNode2); void Remove(RPointerArray &aEffects, MHuiFxEffectCacheNode *aNode); void Remove(RHashMap &aMap, MHuiFxEffectCacheNode *aNode);