diff -r 6b5524b4f673 -r 38bb213f60ba phonebookui/Phonebook2/UIControls/inc/cpbk2contactviewcustomlistboxdata.h --- a/phonebookui/Phonebook2/UIControls/inc/cpbk2contactviewcustomlistboxdata.h Wed Sep 15 11:56:55 2010 +0300 +++ b/phonebookui/Phonebook2/UIControls/inc/cpbk2contactviewcustomlistboxdata.h Wed Oct 13 14:15:33 2010 +0300 @@ -102,8 +102,8 @@ */ TRgb iHighlightedBack; }; - -public: +//Start of Code Added for PhoneBook2 +public: //Function below are added to suit PhoneBook2 Requirements /** * Set internal data model to work with special PCS data @@ -148,11 +148,12 @@ */ void SetListCommands( const RPointerArray* aCommands ); +private: TBool IsContactAtListboxIndex( TInt aListboxIndex ) const; - -private: TInt CommandItemCount() const; +//End of Code Added for PhoneBook2 + public: /**