phonebookui/Phonebook2/inc/spbcontentprovider.h
branchRCL_3
changeset 3 04ab22b956c2
parent 0 e686773b3f54
child 12 4ae315f230bc
equal deleted inserted replaced
0:e686773b3f54 3:04ab22b956c2
   102                 
   102                 
   103         /// Content is contact's social status (text & icon)  
   103         /// Content is contact's social status (text & icon)  
   104         ETypeSocialStatus,
   104         ETypeSocialStatus,
   105         
   105         
   106         /// Content is contact's phone number (text)
   106         /// Content is contact's phone number (text)
   107         ETypePhoneNumber
   107         ETypePhoneNumber,
       
   108         
       
   109         /// Content is contact's phone number count (text [only number])
       
   110         /// This type is used when contact has multiple numbers and no default number
       
   111         ETypePhoneNumberMultiple
   108         };
   112         };
   109     
   113     
   110 public: // Construction & destruction
   114 public: // Construction & destruction
   111 
   115 
   112     /**
   116     /**