predictivesearch/PcsAlgorithm/Algorithm2/inc/CPcsAlgorithm2.h
branchRCL_3
changeset 13 a6539d1e8e43
parent 12 4ae315f230bc
child 18 d4f567ce2e7c
--- a/predictivesearch/PcsAlgorithm/Algorithm2/inc/CPcsAlgorithm2.h	Tue May 25 12:26:45 2010 +0300
+++ b/predictivesearch/PcsAlgorithm/Algorithm2/inc/CPcsAlgorithm2.h	Wed Jun 09 09:26:27 2010 +0300
@@ -95,8 +95,8 @@
     * Performs search on a input string, and return result also as a string 
     */
     void  SearchMatchStringL( CPsQuery& aSearchQuery,
-                                TDesC& aSearchData,
-                                TDes& aMatch );     
+                              TDesC& aSearchData,
+                              TDes& aMatch );     
     
     /**
      * Returns ETrue if this language is supported
@@ -118,6 +118,12 @@
      */
     void ChangeSortOrderL(TDesC& aURI, RArray<TInt>& aSortOrder);
 
+    /**
+     * Get the Adaptive Grid for one or more URIs
+     */
+    void GetAdaptiveGridL( const MDesCArray& aURIs,
+                           const TBool aCompanyName,
+                           TDes& aAdaptiveGrid );
 
     // --------------------------------------------------------------------