messagingapp/msgui/msgapp/inc/msglistviewitem.h
changeset 56 f42d9a78f435
parent 48 4f501b74aeb1
child 67 fc91263aee62
--- a/messagingapp/msgui/msgapp/inc/msglistviewitem.h	Wed Aug 18 00:46:12 2010 +0530
+++ b/messagingapp/msgui/msgapp/inc/msglistviewitem.h	Tue Aug 31 18:53:38 2010 +0530
@@ -149,6 +149,14 @@
      * To display the presence indication
      */
     HbIconItem* mMsgCommonIndicatorItem;
+
+    /**
+     * Unit Testing
+     */
+    #ifdef MSGUI_UNIT_TEST
+	  friend class TestMsgListViewItem;
+	  
+	#endif
     
     };