predictivesearch/PcsServer/src/CPcsPluginInterface.cpp
branchRCL_3
changeset 39 a6539d1e8e43
parent 21 b3431bff8c19
child 64 c1e8ba0c2b16
--- a/predictivesearch/PcsServer/src/CPcsPluginInterface.cpp	Tue May 25 12:26:45 2010 +0300
+++ b/predictivesearch/PcsServer/src/CPcsPluginInterface.cpp	Wed Jun 09 09:26:27 2010 +0300
@@ -205,7 +205,7 @@
     for ( TInt idx = 0; idx < iPcsPluginInstances.Count(); idx++ )
     {
        iPcsPluginInstances[idx]->SearchInputL( aSearchQuery,
-                                               aSearchData,                                                  
+                                               aSearchData,
                                                aMatchSet,
                                                aMatchLocation );
     }
@@ -217,9 +217,9 @@
 // CPcsPluginInterface::SearchMatchStringL
 // Search
 // ----------------------------------------------------------------------------      
-void CPcsPluginInterface::SearchMatchStringL(CPsQuery& aSearchQuery,
-                   TDesC& aSearchData,
-                   TDes& aMatch )
+void CPcsPluginInterface::SearchMatchStringL( CPsQuery& aSearchQuery,
+                                              TDesC& aSearchData,
+                                              TDes& aMatch )
 {  
     PRINT ( _L("Enter CPcsPluginInterface::SearchMatchStringL") );
 
@@ -268,4 +268,25 @@
 {
 	return(iPcsPluginInstances[0]->ChangeSortOrderL(aURI, aSortOrder));
 }
+
+// ----------------------------------------------------------------------------
+// CPcsPluginInterface::GetAdaptiveGridL
+// Adaptive Grid
+// ----------------------------------------------------------------------------
+void CPcsPluginInterface::GetAdaptiveGridL( const MDesCArray& aURIs,
+                                            const TBool aCompanyName,
+                                            TDes& aAdaptiveGrid )
+{
+    PRINT ( _L("Enter CPcsPluginInterface::GetAdaptiveGridL ") );
+
+    for ( TInt idx = 0; idx < iPcsPluginInstances.Count(); idx++ )
+    {
+       iPcsPluginInstances[idx]->GetAdaptiveGridL( aURIs,
+                                                   aCompanyName,
+                                                   aAdaptiveGrid );
+    }
+
+    PRINT ( _L("End CPcsPluginInterface::GetAdaptiveGridL") );
+}
+
 // End of file