qcpix/src/platform/s60/inc/cpixutils.h
changeset 14 8bd192d47aaa
parent 13 fcb2a58c181b
equal deleted inserted replaced
13:fcb2a58c181b 14:8bd192d47aaa
    30  * @param aDoc CSearchDocument to be converted to QCPixDocument. Takes ownership of aDoc.
    30  * @param aDoc CSearchDocument to be converted to QCPixDocument. Takes ownership of aDoc.
    31  * @return QCPixDocument representation of aDoc. Ownership transferred to caller.
    31  * @return QCPixDocument representation of aDoc. Ownership transferred to caller.
    32  */
    32  */
    33 CpixDocument* CpixDocFromCSearchDocument( CSearchDocument* aDoc );
    33 CpixDocument* CpixDocFromCSearchDocument( CSearchDocument* aDoc );
    34 
    34 
       
    35 /**
       
    36  * Gets array of QCPixDocuments from batch of CSearchDocuments
       
    37  * @param aDoc batch of CSearchDocuments to be converted to QCPixDocuments. Takes ownership of aDoc.
       
    38  * @param aReturnDoc number of CSearchDocuments in the aDoc
       
    39  * @return QCPixDocument representation of aDoc. Ownership transferred to caller.
       
    40  */
       
    41 CpixDocument** CpixBatchDocFromCSearchDocument(TInt aReturnDoc,  CSearchDocument** aDoc );
       
    42 
    35 #endif /* QCPIXUTILS_H_ */
    43 #endif /* QCPIXUTILS_H_ */