--- 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;