diff -r f4a778e096c2 -r 9da50d567e3c phonebookengines/VirtualPhonebook/VPbkVCardEng/inc/CVPbkVCardAttributeHandler.h --- a/phonebookengines/VirtualPhonebook/VPbkVCardEng/inc/CVPbkVCardAttributeHandler.h Wed Sep 01 12:29:52 2010 +0100 +++ b/phonebookengines/VirtualPhonebook/VPbkVCardEng/inc/CVPbkVCardAttributeHandler.h Tue Sep 14 20:54:53 2010 +0300 @@ -36,9 +36,11 @@ /** * Decides whether to create an attribute from aParameter or not. * @param aParameter Field type parameter + * @param aFieldTypeName Field type name * @return ETrue if creates the attribute, otherwise EFalse. */ - TBool CreateAttributeL( TVPbkFieldTypeParameter aParameter ); + TBool CreateAttributeL( TVPbkFieldTypeParameter aParameter, + TVPbkFieldTypeName aFieldTypeName ); /** * Returns the created attribute or NULL.