--- a/contentstorage/caclient/stub/inc/caclientproxy.h Fri Mar 26 13:00:55 2010 +0200
+++ b/contentstorage/caclient/stub/inc/caclientproxy.h Fri Apr 16 14:45:49 2010 +0300
@@ -109,7 +109,7 @@
* @param sourceList List of results.
* @return error code
*/
- ErrorCode getData(const QList<int>& entryIdList, QList<CaEntry *>& sourceList);
+ ErrorCode getData(const QList<int>& entryIdList, QList< QSharedPointer<CaEntry> >& sourceList);
/**
* Method for fetching entries.
@@ -118,7 +118,7 @@
* @param sourceList List of results.
* @return error code
*/
- ErrorCode getData(const CaQuery &query, QList<CaEntry *>& sourceList);
+ ErrorCode getData(const CaQuery &query, QList< QSharedPointer<CaEntry> >& sourceList);
/**
* Method for fetching entries.
@@ -178,6 +178,7 @@
const QList<int> &entryIds,
const QList<int> &parentIds,
QString &query);
+ int getEntryIdByUid(const CaEntry &entry, const int uid);
private:
QString mWidgetRegistryPath;