activityfw/storage/client/src/afstorageclient.cpp
changeset 121 0b3699f6c654
parent 109 e0aa398e6810
child 124 e36b2f4799c0
--- a/activityfw/storage/client/src/afstorageclient.cpp	Thu Sep 02 20:45:03 2010 +0300
+++ b/activityfw/storage/client/src/afstorageclient.cpp	Fri Sep 17 08:32:18 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);
 }
 
 // -----------------------------------------------------------------------------