phoneengine/phonecntfinder2/inc/mphcntmatch.h
changeset 65 2a5d4ab426d3
parent 21 92ab7f8d0eab
--- a/phoneengine/phonecntfinder2/inc/mphcntmatch.h	Mon Aug 23 15:42:12 2010 +0300
+++ b/phoneengine/phonecntfinder2/inc/mphcntmatch.h	Fri Sep 03 13:33:36 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.