Copied remotely
[mono.git] / mcs / class / System.Runtime.Remoting / System.Runtime.Remoting.MetadataServices / ChangeLog
1 2004-11-30  Lluis Sanchez Gual <lluis@ximian.com>
2
3         * MetaDataExporter.cs: Addded EnumToUnderlying method to get the underlying
4         type of an enum. This fixes bug #69753.
5         
6 2004-05-13  Lluis Sanchez Gual <lluis@ximian.com>
7
8         * SUDSGeneratorException.cs, SUDSParserException.cs: Removed unneeded
9           methods and added internal constructor.
10         * SdlChannelSink.cs: Fixed public constructor.
11         * SdlChannelSinkProvider.cs: Added missing constructor.
12
13 2003-12-10  Lluis Sanchez Gual  <lluis@ximian.com>
14
15         * MetaDataExporter.cs: Several fixes.
16         * SdlChannelSink.cs: Implemented.
17         * SdlChannelSinkProvider.cs: Implemented.
18
19 2003-12-05  Lluis Sanchez Gual  <lluis@ximian.com>
20
21         * MetaData.cs: Added check of compilation results in 
22           ConvertCodeSourceFileToAssemblyFile().
23         * MetaDataCodeGenerator.cs, MetaDataExporter.cs: Many fixes. 
24           Added support for delegates, base classes, implemented interfaces, 
25           methods, properties, ISerializable, enums, etc.
26         
27 2003-12-03  Lluis Sanchez Gual  <lluis@ximian.com>
28
29         * MetaData.cs: Implemented most of methods.
30         * ServiceType.cs: Implemented.
31         * MetaDataCodeGenerator.cs: Added. Implements code generation functionality.
32         * MetaDataExporter.cs: Added. Implements support methods for generating
33           schemas for MetaData.