searcher/tsrc/cpixsearchertest/inc/cpixsearchertester.h
changeset 14 8bd192d47aaa
parent 1 6f2c1c46032b
--- a/searcher/tsrc/cpixsearchertest/inc/cpixsearchertester.h	Mon Jul 26 12:27:31 2010 +0530
+++ b/searcher/tsrc/cpixsearchertest/inc/cpixsearchertester.h	Mon Aug 09 10:51:30 2010 +0530
@@ -60,6 +60,7 @@
 
 public: // From MCPixNextDocumentRequestObserver
     void HandleDocumentL(TInt aError, CSearchDocument* aDocument);
+    void HandleBatchDocumentL(TInt aError, TInt aReturnCount, CSearchDocument** aDocument);
     
 public: // From MAOTestObserver
     void CallCompleted( int i );
@@ -116,6 +117,11 @@
     void testGetInvalidDocumentAsync();
     
     TInt testEcerptLenth();
+    
+    void testgetbatchdoc();
+    
+    void testasyncgetbatchdoc();
+    
 private:
     CCPixSearcher* iSearcher;
     RSearchServerSession iSession;
@@ -128,6 +134,7 @@
     CSearchDocument* iDocument;
     TBool iHandleDocumentLFunctionCalled; // ETrue if HandleDocumentL called
     TBool iHandleSetAnalyzerCalled; // ETrue if HandleSetAnalyzerResultL called
+    TInt iretcount;
     };
 
 #endif /* CPIXSEARCHERTESTER_H_ */