activityfw/storage/client/src/afstorageclient.cpp
changeset 121 0b3699f6c654
parent 109 e0aa398e6810
child 124 e36b2f4799c0
equal deleted inserted replaced
115:3ab5c078b490 121:0b3699f6c654
   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