2002-08-07 Tim Coleman <tim@timcoleman.com>
[mono.git] / mcs / class / System.Web.Services / System.Web.Services / ChangeLog
1 2002-08-07  Tim Coleman <tim@timcoleman.com>
2         * WebMethodAttribute.cs:
3                 Remove FIXME and reorganize constructors to all
4                 call this () with the big constructor.
5         * WebServiceAttribute.cs:
6                 Remove FIXME.
7         * WebServiceBindingAttribute.cs:
8                 Remove FIXME, and change ns to be String.Empty by
9                 default (this is the MS implementation).  Reorganize
10                 constructors.
11         * WebServicesDescriptionAttribute.cs:
12                 Code reformat.
13         * TODOAttribute.cs:
14                 Changed namespace.
15
16                 *** This namespace should now be complete. ***
17
18 2002-07-23  Tim Coleman <tim@timcoleman.com>
19         * WebService.cs: 
20                 Change Description to WebServicesDescription
21         * WebServicesDescriptionAttribute.cs:
22                 Add back constructor as MS build doesn't
23                 seem to like it missing.  Now calls base()
24                 with the string.  Also remove the sealed
25                 modifier and change the attribute targets.
26
27 2002-07-23  Tim Coleman <tim@timcoleman.com>
28         * WebServicesDescriptionAttribute.cs:
29                 Removed the "guts" because they are defined in
30                 System.ComponentModel.DescriptionAttribute.
31         * WebService.cs:
32                 Added attributes which were missing based on the
33                 class status page.  Also added an HttpApplication
34                 object and modified the properties to use that
35                 object.
36
37 2002-07-22 Tim Coleman <tim@timcoleman.com>
38         * WebServicesDescriptionAttribute.cs:
39                 Added for build in System.Web.Services.Protocols
40
41 2002-07-22  Tim Coleman <tim@timcoleman.com>
42         * WebMethodAttribute.cs: 
43                 Remove comments around TransactionOption bits
44                 because I added that enum.
45         * WebServiceAttribute.cs:
46         * WebServiceBindingAttribute.cs:
47                 Added "sealed" to protection level, which I missed
48                 before.
49
50 2002-07-19 Tim Coleman  <tim@timcoleman.com>
51         * ChangeLog:
52         * TODOAttribute.cs:
53         * WebMethodAttribute.cs:
54         * WebService.cs:
55         * WebServiceAttribute.cs:
56         * WebServiceBindingAttribute.cs:
57                 Initial implementation