contentstorage/caclient/s60/inc/caclientproxy.h
changeset 92 782e3408c2ab
parent 88 7f0462e8c3da
child 96 5d243a69bdda
--- a/contentstorage/caclient/s60/inc/caclientproxy.h	Fri Mar 26 13:00:55 2010 +0200
+++ b/contentstorage/caclient/s60/inc/caclientproxy.h	Fri Apr 16 14:45:49 2010 +0300
@@ -108,7 +108,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.
@@ -117,7 +117,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.
@@ -199,7 +199,7 @@
      * @param sourceList list of entries.
      */
     void getDataL(const QList<int> &entryIdList,
-                  QList<CaEntry *> &sourceList);
+            QList< QSharedPointer<CaEntry> > &sourceList);
 
     /**
      * Method for fetching entries. Symbian specific.
@@ -207,7 +207,7 @@
      * @param sourceList list of entries.
      */
     void getDataL(const CaQuery &query,
-                  QList<CaEntry *> &sourceList);
+            QList< QSharedPointer<CaEntry> > &sourceList);
 
     /**
      * Method for fetching entries. Symbian specific.