predictivesearch/PcsServer/inc/CPcsPluginInterface.h
branchRCL_3
changeset 39 a6539d1e8e43
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
equal deleted inserted replaced
35:4ae315f230bc 39:a6539d1e8e43
   125 		/**
   125 		/**
   126 		* Forwards the request to set sort order for a URI
   126 		* Forwards the request to set sort order for a URI
   127 		* to the algorithm instance
   127 		* to the algorithm instance
   128 		*/
   128 		*/
   129 		void ChangeSortOrderL(TDesC& aURI, RArray<TInt>& aSortOrder);
   129 		void ChangeSortOrderL(TDesC& aURI, RArray<TInt>& aSortOrder);
   130 		                                                          
   130 
       
   131         /**
       
   132         * Forwards the request to get the Adaptive Grid for one or more URI
       
   133         * to the algorithm instance
       
   134         */
       
   135         void GetAdaptiveGridL( const MDesCArray& aURIs,
       
   136                                const TBool aCompanyName,
       
   137                                TDes& aAdaptiveGrid );
       
   138 
   131 		/** 
   139 		/** 
   132 		* Returns the UID of the algorithm in use
   140 		* Returns the UID of the algorithm in use
   133 		*/
   141 		*/
   134 		TUid AlgorithmInUse() 
   142 		TUid AlgorithmInUse() 
   135 		{
   143 		{