qcpix/src/platform/s60/src/cpixsearcherprivate.cpp
changeset 14 8bd192d47aaa
parent 13 fcb2a58c181b
--- a/qcpix/src/platform/s60/src/cpixsearcherprivate.cpp	Mon Jul 26 12:27:31 2010 +0530
+++ b/qcpix/src/platform/s60/src/cpixsearcherprivate.cpp	Mon Aug 09 10:51:30 2010 +0530
@@ -58,6 +58,12 @@
     PERF_TIME_NOW("Async get document complete")
     emit iSearchParent->handleDocument( aError, CpixDocFromCSearchDocument( aDocument ) );
     }
+	
+void CpixSearcherPrivate::HandleBatchDocumentL(TInt aError,TInt aRetCount, CSearchDocument** aDocument)
+    {
+    PERF_TIME_NOW("Async get batch document complete")
+    emit iSearchParent->handleBatchDocuments( aError, aRetCount,CpixBatchDocFromCSearchDocument( aRetCount, aDocument) );
+    }
 
 void CpixSearcherPrivate::HandleOpenDatabaseResultL( TInt aError )
     {