phonebookui/pbkcommonui/inc/cnthistoryviewitem.h
changeset 37 fd64c38c277d
parent 31 2a11b5b00470
child 50 77bc263e1626
--- a/phonebookui/pbkcommonui/inc/cnthistoryviewitem.h	Fri May 14 15:42:23 2010 +0300
+++ b/phonebookui/pbkcommonui/inc/cnthistoryviewitem.h	Thu May 27 12:45:19 2010 +0300
@@ -54,11 +54,18 @@
     bool getIncoming() const { return mIncoming; }
     bool isNewMessage() const { return mNewMessage; }
     
+protected:
+    /*
+     * Overriden method to overwrite the default "pressed" effect
+     */
+    void pressStateChanged(bool pressed, bool animate);
+    
 private:
     bool            mIncoming;
     bool            mNewMessage;
 
     HbFrameItem*    mNewItem;
+    HbFrameItem*    mFocusItem;
 };
 
 #endif // CNTHISTORYVIEWITEM_H