phonebookui/Phonebook2/UIPolicy/inc/CPbk2ContactViewSortPolicy.h
branchRCL_3
changeset 85 38bb213f60ba
parent 63 f4a778e096c2
--- a/phonebookui/Phonebook2/UIPolicy/inc/CPbk2ContactViewSortPolicy.h	Wed Sep 15 11:56:55 2010 +0300
+++ b/phonebookui/Phonebook2/UIPolicy/inc/CPbk2ContactViewSortPolicy.h	Wed Oct 13 14:15:33 2010 +0300
@@ -73,17 +73,6 @@
                 TParam* aParam );
         TInt PostProcessResult(
                 TInt aSortUtilResult );
-        /**
-         * Get the index of top contact field in sort order list
-         */
-        TInt GetTopContactFieldIndex();
-        /** 
-         * Set sortkey array item from one field
-         */
-        void SetSortKey(
-        		CPbk2SortKeyArray* aSortKeyArray,
-        		const MVPbkBaseContactField* aField,
-        		TInt aIndex );
 
     private: // Data
         /// Own: Sort Util to forward sorting requests
@@ -101,8 +90,6 @@
         TPbk2SortOrderFieldMapper iFieldMapper;
         /// Own: Indicates succesfull initialization
         TBool iSortPolicyParameterReceived;
-        /// Index of top contact field in iSortOrder
-        TInt iTopContactId;
     };
 
 #endif // CPBK2CONTACTVIEWSORTPOLICY_H