predictivesearch/PcsServer/inc/CPcsPluginInterface.h
branchRCL_3
changeset 39 a6539d1e8e43
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
--- a/predictivesearch/PcsServer/inc/CPcsPluginInterface.h	Tue May 25 12:26:45 2010 +0300
+++ b/predictivesearch/PcsServer/inc/CPcsPluginInterface.h	Wed Jun 09 09:26:27 2010 +0300
@@ -127,7 +127,15 @@
 		* to the algorithm instance
 		*/
 		void ChangeSortOrderL(TDesC& aURI, RArray<TInt>& aSortOrder);
-		                                                          
+
+        /**
+        * Forwards the request to get the Adaptive Grid for one or more URI
+        * to the algorithm instance
+        */
+        void GetAdaptiveGridL( const MDesCArray& aURIs,
+                               const TBool aCompanyName,
+                               TDes& aAdaptiveGrid );
+
 		/** 
 		* Returns the UID of the algorithm in use
 		*/