diff -r 0b3699f6c654 -r e36b2f4799c0 activityfw/storage/client/inc/afstorageclient.h --- a/activityfw/storage/client/inc/afstorageclient.h Fri Sep 17 08:32:18 2010 +0300 +++ b/activityfw/storage/client/inc/afstorageclient.h Mon Oct 04 00:38:31 2010 +0300 @@ -35,8 +35,6 @@ void ConstructL(MAfAsyncRequestObserver &observer); public: - IMPORT_C int addActivity(const CAfEntry &entry, TInt imageHandle); - IMPORT_C int updateActivity(const CAfEntry &entry, TInt imageHandle); IMPORT_C int saveActivity(const CAfEntry &entry, TInt imageHandle); IMPORT_C int removeActivity(const CAfEntry &entry); IMPORT_C int removeApplicationActivities(const CAfEntry &entry); @@ -45,7 +43,7 @@ IMPORT_C int activityData(CAfEntry *&dst, const CAfEntry &entry); IMPORT_C int waitActivity(); IMPORT_C int launchActivity(const CAfEntry &entry); - IMPORT_C int getThumbnail(const TSize &size, const TDesC &imagePath, void *userData); + IMPORT_C int getThumbnail(const TDesC &imagePath, void *userData); IMPORT_C int notifyDataChange(); private: