phoneengine/phonecntfinder2/inc/mphcntmatch.h
changeset 72 c76a0b1755b9
parent 21 92ab7f8d0eab
equal deleted inserted replaced
64:6aaf0276100e 72:c76a0b1755b9
   110         * @return Field text. Empty if there isn't one specified.
   110         * @return Field text. Empty if there isn't one specified.
   111         */
   111         */
   112         virtual TPtrC CompanyName() const = 0;
   112         virtual TPtrC CompanyName() const = 0;
   113 
   113 
   114         /**
   114         /**
       
   115         * Group name field from contact.
       
   116         * @return Field text. Empty if there isn't one specified.
       
   117         */
       
   118         virtual TPtrC GroupName() const = 0;
       
   119         
       
   120         /**
   115         * Number field from contact (from matched field).
   121         * Number field from contact (from matched field).
   116         * @return Field text. Empty if there isn't one specified.
   122         * @return Field text. Empty if there isn't one specified.
   117         */
   123         */
   118         virtual TPtrC Number() const = 0;
   124         virtual TPtrC Number() = 0;
   119 
   125 
   120         /**
   126         /**
   121         * Ringing tone field from contact.
   127         * Ringing tone field from contact.
   122         * @return Field text. Empty if there isn't one specified.
   128         * @return Field text. Empty if there isn't one specified.
   123         */
   129         */