messagingapp/msgui/msgapp/inc/msglistviewitem.h
changeset 70 a15d9966050f
parent 52 12db4185673b
child 72 6f657153cbc5
equal deleted inserted replaced
61:8ba0afbb4637 70:a15d9966050f
   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