contentstorage/caclient/stub/inc/caclientproxy.h
changeset 66 32469d7d46ff
parent 60 f62f87b200ec
child 104 9b022b1f357c
--- a/contentstorage/caclient/stub/inc/caclientproxy.h	Fri Apr 16 15:16:09 2010 +0300
+++ b/contentstorage/caclient/stub/inc/caclientproxy.h	Mon May 03 12:48:45 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;