diff -r 6aaf0276100e -r c76a0b1755b9 phoneengine/phonecntfinder2/inc/mphcntmatch.h --- a/phoneengine/phonecntfinder2/inc/mphcntmatch.h Thu Sep 02 20:26:16 2010 +0300 +++ b/phoneengine/phonecntfinder2/inc/mphcntmatch.h Fri Sep 17 08:29:19 2010 +0300 @@ -112,10 +112,16 @@ virtual TPtrC CompanyName() const = 0; /** + * Group name field from contact. + * @return Field text. Empty if there isn't one specified. + */ + virtual TPtrC GroupName() const = 0; + + /** * Number field from contact (from matched field). * @return Field text. Empty if there isn't one specified. */ - virtual TPtrC Number() const = 0; + virtual TPtrC Number() = 0; /** * Ringing tone field from contact.