diff -r 4ae315f230bc -r a6539d1e8e43 predictivesearch/PcsServer/inc/CPcsPluginInterface.h --- 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& 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 */