activityfw/storage/client/src/afstorageclient.cpp
changeset 116 305818acdca4
parent 107 b34d53f6acdf
child 119 50e220be30d1
--- a/activityfw/storage/client/src/afstorageclient.cpp	Wed Aug 18 10:39:24 2010 +0300
+++ b/activityfw/storage/client/src/afstorageclient.cpp	Mon Sep 13 13:26:33 2010 +0300
@@ -138,9 +138,9 @@
  * @param dst - list of results
  * @return 0 on success, error code otherwise 
  */
-EXPORT_C int CAfStorageClient::activities(RPointerArray<CAfEntry> &dst)
+EXPORT_C int CAfStorageClient::activities(RPointerArray<CAfEntry> &dst, TInt limit)
 {
-    return d_ptr->activities(dst);
+    return d_ptr->activities(dst, limit);
 }
 
 // -----------------------------------------------------------------------------