predictivesearch/PcsAlgorithm/Algorithm1/inc/CPcsAlgorithm1MultiSearchHelper.h
branchRCL_3
changeset 21 b3431bff8c19
parent 15 e8e3147d53eb
child 64 c1e8ba0c2b16
--- a/predictivesearch/PcsAlgorithm/Algorithm1/inc/CPcsAlgorithm1MultiSearchHelper.h	Mon Mar 15 12:39:26 2010 +0200
+++ b/predictivesearch/PcsAlgorithm/Algorithm1/inc/CPcsAlgorithm1MultiSearchHelper.h	Wed Mar 31 21:13:53 2010 +0300
@@ -102,15 +102,6 @@
 
     private:
     
-         /**
-          * Constructs a bit pattern using the required/supported data fields
-          * For example, 6, 4 and 27 are supported fields <-- 00000111
-          *              6 and 4 are required fields      <-- 00000011
-          * Bit pattern returned is 00000011.
-          */
-         TUint8 FilterDataFieldsL(RArray<TInt>& aRequiredDataFields,
-                                  RArray<TInt>& aSupportedDataFields);
-
         /**
 		 * Set the bits corresponding to word matches
 		 *
@@ -133,11 +124,6 @@
          * Resets iWordMatches member variable
          */
         void ClearWordMatches();
-
-        /**
-         * Appends uppercased match to sequence, not allowing duplicates.
-         */
-        void AppendMatchToSeqL( RPointerArray<TDesC>& aMatchSeq, const TDesC& aMatch  );
         
     public: