messagingapp/msgui/msgapp/inc/draftslistview.h
branchGCC_SURGE
changeset 47 5b14749788d7
parent 27 e4592d119491
parent 34 84197e66a4bd
equal deleted inserted replaced
35:a32b19fb291e 47:5b14749788d7
   151     enum viewExtnIds
   151     enum viewExtnIds
   152     {
   152     {
   153         DRAFTS_EXTN = 0x00, CONVERSATIONS_EXTN = 0x01
   153         DRAFTS_EXTN = 0x00, CONVERSATIONS_EXTN = 0x01
   154     };
   154     };
   155     
   155     
   156     /**
       
   157      * Flag to track if item has been long pressed.
       
   158      * TODO: Remove it, once unique longpress and click event signal released in week16
       
   159      */
       
   160     bool mItemLongPressed;
       
   161 };
   156 };
   162 
   157 
   163 #endif /* DRAFTS_LISTVIEW_H */
   158 #endif /* DRAFTS_LISTVIEW_H */
   164 
   159 
   165 // EOF
   160 // EOF