messagingapp/msgui/msgapp/inc/msglistviewitem.h
changeset 56 f42d9a78f435
parent 48 4f501b74aeb1
child 67 fc91263aee62
equal deleted inserted replaced
55:5b3b2fa8c3ec 56:f42d9a78f435
   147     
   147     
   148     /**
   148     /**
   149      * To display the presence indication
   149      * To display the presence indication
   150      */
   150      */
   151     HbIconItem* mMsgCommonIndicatorItem;
   151     HbIconItem* mMsgCommonIndicatorItem;
       
   152 
       
   153     /**
       
   154      * Unit Testing
       
   155      */
       
   156     #ifdef MSGUI_UNIT_TEST
       
   157 	  friend class TestMsgListViewItem;
       
   158 	  
       
   159 	#endif
   152     
   160     
   153     };
   161     };
   154 
   162 
   155 #endif // MSG_LIST_VIEW_ITEM_H
   163 #endif // MSG_LIST_VIEW_ITEM_H
   156 
   164