predictivesearch/PcsAlgorithm/Algorithm1/inc/CPcsAlgorithm1Helper.h
branchRCL_3
changeset 6 e8e3147d53eb
parent 0 e686773b3f54
child 7 b3431bff8c19
--- 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<TInt>& aContactsInGroup,
-                           RPointerArray<CPsData>& searchResults,
-                           RPointerArray<CPsPattern>& searchSeqs );
+                           RPointerArray<CPsData>& aSearchResults,
+                           RPointerArray<CPsPattern>& aSearchSeqs );
 
         /**
          * Funciton to search matching sequences in the input text.
          */
         void SearchMatchSeqL(CPsQuery& aPsQuery,
-                             TDesC& aData,
+                             const TDesC& aData,
                              RPointerArray<TDesC>& aMatchSet,
                              RArray<TPsMatchLocation>& aMatchLocation );