diff -r fc313e1df071 -r 6347473a7bb2 voiceui/pbkinfoviewimpl/inc/pbkinfoviewsindhandler.h --- a/voiceui/pbkinfoviewimpl/inc/pbkinfoviewsindhandler.h Wed Apr 14 15:58:44 2010 +0300 +++ b/voiceui/pbkinfoviewimpl/inc/pbkinfoviewsindhandler.h Tue May 11 16:14:47 2010 +0300 @@ -122,10 +122,20 @@ TInt IconIdL( TInt aIndex ); /** - * Returns an field id - * @return TInt the field id + * Returns an field id that the voice tage is associated + * @param aIndex index for the voice tag. + * 0 <= aIndex <= VoiceTagCount() - 1 + * @return TInt field id */ - TInt FieldIdL(); + TInt FieldIdL( TInt aIndex ); + + /** + * Returns a tag label that the voice tage is associated + * @param aIndex index for the voice tag. + * 0 <= aIndex <= VoiceTagCount() - 1 + * @return TPtrC the tag label + */ + TPtrC LabelL( TInt aIndex ); /** * Calls CompareL and catches possible leaves