contentstorage/caclient/s60/inc/caclientproxy.h
changeset 92 782e3408c2ab
parent 88 7f0462e8c3da
child 96 5d243a69bdda
equal deleted inserted replaced
91:a6d55a2e75be 92:782e3408c2ab
   106      *
   106      *
   107      * @param entryIdList list of input ids.
   107      * @param entryIdList list of input ids.
   108      * @param sourceList List of results.
   108      * @param sourceList List of results.
   109      * @return error code
   109      * @return error code
   110      */
   110      */
   111     ErrorCode getData(const QList<int> &entryIdList, QList<CaEntry *> &sourceList);
   111     ErrorCode getData(const QList<int> &entryIdList, QList< QSharedPointer<CaEntry> > &sourceList);
   112 
   112 
   113     /**
   113     /**
   114      * Method for fetching entries.
   114      * Method for fetching entries.
   115      *
   115      *
   116      * @param query query.
   116      * @param query query.
   117      * @param sourceList List of results.
   117      * @param sourceList List of results.
   118      * @return error code
   118      * @return error code
   119      */
   119      */
   120     ErrorCode getData(const CaQuery &query, QList<CaEntry *> &sourceList);
   120     ErrorCode getData(const CaQuery &query, QList< QSharedPointer<CaEntry> > &sourceList);
   121 
   121 
   122     /**
   122     /**
   123      * Method for fetching entries.
   123      * Method for fetching entries.
   124      *
   124      *
   125      * @param query query.
   125      * @param query query.
   197      * Method for fetching entries. Symbian specific.
   197      * Method for fetching entries. Symbian specific.
   198      * @param entryIdList list of ids
   198      * @param entryIdList list of ids
   199      * @param sourceList list of entries.
   199      * @param sourceList list of entries.
   200      */
   200      */
   201     void getDataL(const QList<int> &entryIdList,
   201     void getDataL(const QList<int> &entryIdList,
   202                   QList<CaEntry *> &sourceList);
   202             QList< QSharedPointer<CaEntry> > &sourceList);
   203 
   203 
   204     /**
   204     /**
   205      * Method for fetching entries. Symbian specific.
   205      * Method for fetching entries. Symbian specific.
   206      * @param entryIdList list of ids
   206      * @param entryIdList list of ids
   207      * @param sourceList list of entries.
   207      * @param sourceList list of entries.
   208      */
   208      */
   209     void getDataL(const CaQuery &query,
   209     void getDataL(const CaQuery &query,
   210                   QList<CaEntry *> &sourceList);
   210             QList< QSharedPointer<CaEntry> > &sourceList);
   211 
   211 
   212     /**
   212     /**
   213      * Method for fetching entries. Symbian specific.
   213      * Method for fetching entries. Symbian specific.
   214      * @param query query.
   214      * @param query query.
   215      * @param sourceList list of ids.
   215      * @param sourceList list of ids.