activityfw/storage/client/src/afstorageclient.cpp
changeset 116 305818acdca4
parent 107 b34d53f6acdf
child 119 50e220be30d1
equal deleted inserted replaced
112:dbfb5e38438b 116:305818acdca4
   136 /**
   136 /**
   137  * Function retreive public data for all activities
   137  * Function retreive public data for all activities
   138  * @param dst - list of results
   138  * @param dst - list of results
   139  * @return 0 on success, error code otherwise 
   139  * @return 0 on success, error code otherwise 
   140  */
   140  */
   141 EXPORT_C int CAfStorageClient::activities(RPointerArray<CAfEntry> &dst)
   141 EXPORT_C int CAfStorageClient::activities(RPointerArray<CAfEntry> &dst, TInt limit)
   142 {
   142 {
   143     return d_ptr->activities(dst);
   143     return d_ptr->activities(dst, limit);
   144 }
   144 }
   145 
   145 
   146 // -----------------------------------------------------------------------------
   146 // -----------------------------------------------------------------------------
   147 /**
   147 /**
   148  * Function retreive public data for all application activities
   148  * Function retreive public data for all application activities