contentstorage/caclient/s60/inc/caclientproxy.h
changeset 66 32469d7d46ff
parent 61 8e5041d13c84
child 83 156f692b1687
--- a/contentstorage/caclient/s60/inc/caclientproxy.h	Fri Apr 16 15:16:09 2010 +0300
+++ b/contentstorage/caclient/s60/inc/caclientproxy.h	Mon May 03 12:48:45 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.