phonebookui/Phonebook2/UIControls/inc/CPbk2AdaptiveSearchGridFiller.h
branchRCL_3
changeset 21 9da50d567e3c
parent 20 f4a778e096c2
--- a/phonebookui/Phonebook2/UIControls/inc/CPbk2AdaptiveSearchGridFiller.h	Wed Sep 01 12:29:52 2010 +0100
+++ b/phonebookui/Phonebook2/UIControls/inc/CPbk2AdaptiveSearchGridFiller.h	Tue Sep 14 20:54:53 2010 +0300
@@ -140,6 +140,9 @@
         TBool GridFromPsEngineL( const MVPbkContactViewBase& aView );
         // Check whether the title is empty or not.
         TBool IsActualTitleEmpty( const MVPbkViewContact& aContact );
+        // Sort the Adaptive Search Grid.
+        void SortGridL( TBool aAddSpace );
+       
     private: // Data
     	
 		/// Own: Containts adaptive search grid.
@@ -180,7 +183,10 @@
 
 		/// Used to save the contacts' title which include drgraphs
 		RPointerArray<HBufC> iDigraphContactsTitleArray;
-		
+        
+        /// Used to get the status of feature manager
+        TBool iFeatureManagerInitialized;	
+
 	    /// Own: Number of contacts in view
 	    TInt iViewItemCount;