predictivesearch/PcsServer/src/CPcsPluginInterface.cpp
branchRCL_3
changeset 21 b3431bff8c19
parent 15 e8e3147d53eb
child 39 a6539d1e8e43
equal deleted inserted replaced
15:e8e3147d53eb 21:b3431bff8c19
   224     PRINT ( _L("Enter CPcsPluginInterface::SearchMatchStringL") );
   224     PRINT ( _L("Enter CPcsPluginInterface::SearchMatchStringL") );
   225 
   225 
   226     for ( TInt idx = 0; idx < iPcsPluginInstances.Count(); idx++ )
   226     for ( TInt idx = 0; idx < iPcsPluginInstances.Count(); idx++ )
   227     {
   227     {
   228        iPcsPluginInstances[idx]->SearchMatchStringL( aSearchQuery,
   228        iPcsPluginInstances[idx]->SearchMatchStringL( aSearchQuery,
   229                                                aSearchData,                                                  
   229                                                      aSearchData,
   230                                                aMatch );
   230                                                      aMatch );
   231     }
   231     }
   232     
   232     
   233     PRINT ( _L("End CPcsPluginInterface::SearchMatchStringL") );
   233     PRINT ( _L("End CPcsPluginInterface::SearchMatchStringL") );
   234 }
   234 }
   235 
   235