diff -r 81f8547efd4f -r e8e3147d53eb predictivesearch/PcsAlgorithm/Algorithm1/inc/CPcsAlgorithm1Helper.h --- a/predictivesearch/PcsAlgorithm/Algorithm1/inc/CPcsAlgorithm1Helper.h Fri Mar 12 15:41:25 2010 +0200 +++ b/predictivesearch/PcsAlgorithm/Algorithm1/inc/CPcsAlgorithm1Helper.h Mon Mar 15 12:39:26 2010 +0200 @@ -93,16 +93,16 @@ */ void SearchSingleL(const CPsSettings& aSettings, CPsQuery& aPsQuery, - TBool isGroupSearch, + TBool aIsGroupSearch, RArray& aContactsInGroup, - RPointerArray& searchResults, - RPointerArray& searchSeqs ); + RPointerArray& aSearchResults, + RPointerArray& aSearchSeqs ); /** * Funciton to search matching sequences in the input text. */ void SearchMatchSeqL(CPsQuery& aPsQuery, - TDesC& aData, + const TDesC& aData, RPointerArray& aMatchSet, RArray& aMatchLocation );