phonebookengines/VirtualPhonebook/VPbkVCardEng/inc/CVPbkVCardAttributeHandler.h
branchRCL_3
changeset 21 9da50d567e3c
parent 0 e686773b3f54
--- 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.