activityfw/storage/client/inc/afstorageclient.h
changeset 116 305818acdca4
parent 107 b34d53f6acdf
child 119 50e220be30d1
--- a/activityfw/storage/client/inc/afstorageclient.h	Wed Aug 18 10:39:24 2010 +0300
+++ b/activityfw/storage/client/inc/afstorageclient.h	Mon Sep 13 13:26:33 2010 +0300
@@ -40,7 +40,7 @@
     IMPORT_C int saveActivity(const CAfEntry &entry, TInt imageHandle);
     IMPORT_C int removeActivity(const CAfEntry &entry);
     IMPORT_C int removeApplicationActivities(const CAfEntry &entry);
-    IMPORT_C int activities(RPointerArray<CAfEntry> &dst);
+    IMPORT_C int activities(RPointerArray<CAfEntry> &dst, TInt limit = 0);
     IMPORT_C int applicationActivities(RPointerArray<CAfEntry> &dst, const CAfEntry &entry);
     IMPORT_C int activityData(CAfEntry *&dst, const CAfEntry &entry);
     IMPORT_C int waitActivity();