XmlFormatExtensionPrefixAttribute.cs: Allow multiple usage.
authorLluis Sanchez <lluis@novell.com>
Sat, 24 Jan 2004 02:11:05 +0000 (02:11 -0000)
committerLluis Sanchez <lluis@novell.com>
Sat, 24 Jan 2004 02:11:05 +0000 (02:11 -0000)
svn path=/trunk/mcs/; revision=22459

mcs/class/System.Web.Services/System.Web.Services.Configuration/ChangeLog
mcs/class/System.Web.Services/System.Web.Services.Configuration/XmlFormatExtensionPrefixAttribute.cs

index 1910eafa790bdbdbbe359d58d94d82d126201ac5..3dda296f77c49de1b86c216cc78604ab780ee27c 100644 (file)
@@ -1,3 +1,7 @@
+2004-01-24  Lluis Sanchez Gual <lluis@ximian.com>
+       
+       * XmlFormatExtensionPrefixAttribute.cs: Allow multiple usage.
+       
 2003-12-12  Lluis Sanchez Gual <lluis@ximian.com>
        
        * WebServicesConfigurationSectionHandler.cs: Removed TODO.
index 91ed4038e604339553434792c08db159e8b1c010..0f531d801f1e33d3d64b5d3ce768932a1bf5fef3 100644 (file)
@@ -8,7 +8,7 @@
 //\r
 \r
 namespace System.Web.Services.Configuration {\r
-       [AttributeUsage (AttributeTargets.Class)]\r
+       [AttributeUsage (AttributeTargets.Class, AllowMultiple = true)]\r
        public sealed class XmlFormatExtensionPrefixAttribute : Attribute {\r
 \r
                #region Fields\r