--- a/messagingapp/msgui/conversationview/inc/msgconversationviewitem.h Fri Apr 16 14:56:15 2010 +0300
+++ b/messagingapp/msgui/conversationview/inc/msgconversationviewitem.h Mon May 03 12:29:07 2010 +0300
@@ -80,8 +80,25 @@
private:
+ /**
+ * Set the Icon that displays the message state.
+ */
void setMessageStateIcon(int messageState);
+ /**
+ * Set the Icon that displays the message notification state.
+ */
+ void setNotificationStateIcon(int notificationState);
+
+protected:
+
+ /**
+ * Reimplemented from HbAbstractViewItem.
+ * This function is called whenever item press state changes.
+ * @see HbAbstractViewItem::pressStateChanged
+ */
+ virtual void pressStateChanged (bool pressed, bool animate);
+
private:
/**