predictivesearch/PcsAlgorithm/Algorithm1/inc/CPcsAlgorithm1.h
branchRCL_3
changeset 58 d4f567ce2e7c
parent 39 a6539d1e8e43
child 64 c1e8ba0c2b16
--- a/predictivesearch/PcsAlgorithm/Algorithm1/inc/CPcsAlgorithm1.h	Thu Jul 15 18:22:55 2010 +0300
+++ b/predictivesearch/PcsAlgorithm/Algorithm1/inc/CPcsAlgorithm1.h	Thu Aug 19 09:41:07 2010 +0300
@@ -308,12 +308,19 @@
         /**
         * launch plugins by idle
         */
-         void DoLaunchPluginsL();
+        void DoLaunchPluginsL();
         
         /**
         * launch plugins
         */
-         static TInt DoLaunchPluginsL(TAny* aPtr);
+        static TInt DoLaunchPluginsL(TAny* aPtr);
+
+        /**
+        * Get the Adaptive Grid data for one or more URIs
+        */
+        void GetAdaptiveGridFromCacheL( const MDesCArray& aURIs,
+                                        const TBool aCompanyName,
+                                        TDes& aAdaptiveGrid );
 
     private: