phonebookengines/VirtualPhonebook/VPbkVCardEng/inc/CVPbkVCardAttributeHandler.h
branchRCL_3
changeset 85 38bb213f60ba
parent 68 9da50d567e3c
--- a/phonebookengines/VirtualPhonebook/VPbkVCardEng/inc/CVPbkVCardAttributeHandler.h	Wed Sep 15 11:56:55 2010 +0300
+++ b/phonebookengines/VirtualPhonebook/VPbkVCardEng/inc/CVPbkVCardAttributeHandler.h	Wed Oct 13 14:15:33 2010 +0300
@@ -36,11 +36,9 @@
         /**
          * 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, 
-        		TVPbkFieldTypeName aFieldTypeName );
+        TBool CreateAttributeL( TVPbkFieldTypeParameter aParameter );
         
         /**
          * Returns the created attribute or NULL.