* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / System.EnterpriseServices / System.EnterpriseServices.Internal / ChangeLog
index 85c7dddaab44f377ef26980487c42e5418a22c34..3e80a1d462b5c3972861933e272354aac947d4b3 100644 (file)
@@ -1,3 +1,86 @@
+2006-05-31  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * ClrObjectFactory.cs: Fix the build from untested changes.
+
+2006-05-31  Gert Driesen <drieseng@users.sourceforge.net>
+
+       * ComManagedImportUtil.cs: Do not mark instance methods virtual. Fixes
+       API signature mismatches.
+       * ClrObjectFactory.cs: Do not mark methods virtual. Fixes API signature
+       mismatches.
+       * Publish.cs: Do not mark instance methods virtual. Fixes API signature
+       mismatches.
+
+2006-05-31  Gert Driesen <drieseng@users.sourceforge.net>
+
+       * AppDomainHelper.cs: Set eol-style to native.
+       * AssemblyLocator.cs: Set eol-style to native.
+       * ClientRemotingConfig.cs: Set eol-style to native.
+       * ClrObjectFactory.cs: Set eol-style to native.
+       * ComManagedImportUtil.cs: Set eol-style to native.
+       * ComSoapPublishError.cs: Set eol-style to native.
+       * GenerateMetadata.cs: Set eol-style to native.
+       * IClrObjectFactory.cs: Set eol-style to native.
+       * IComManagedImportUtil.cs: Set eol-style to native.
+       * IComSoapIISVRoot.cs: Set eol-style to native.
+       * IComSoapMetadata.cs: Set eol-style to native.
+       * IComSoapPublisher.cs: Set eol-style to native.
+       * IISVirtualRoot.cs: Set eol-style to native.
+       * IServerWebConfig.cs: Set eol-style to native.
+       * ISoapClientImport.cs: Set eol-style to native.
+       * ISoapServerTlb.cs: Set eol-style to native.
+       * ISoapServerVRoot.cs: Set eol-style to native.
+       * ISoapUtility.cs: Set eol-style to native.
+       * Publish.cs: Set eol-style to native.
+       * ServerWebConfig.cs: Set eol-style to native.
+       * SoapClientImport.cs: Set eol-style to native.
+       * SoapServerTlb.cs: Set eol-style to native.
+       * SoapServerVRoot.cs: Set eol-style to native.
+       * SoapUtility.cs: Set eol-style to native.
+
+2004-06-18  Gert Driesen <drieseng@users.sourceforge.net>
+
+       * IComManagedImportUtil.cs: added missing marshalling attributes
+       * IComSoapIISVRoot.cs: added missing marshalling attributes
+       * IComSoapMetadata.cs: added missing marshalling attributes
+       * IComSoapPublisher.cs: added missing marshalling attributes
+       * IServerWebConfig.cs: added missing marshalling attributes
+       * ISoapClientImport.cs: added missing marshalling attributes
+       * ISoapServerTlb.cs: added missing marshalling attributes
+       * ISoapServerVRoot.cs: added missing marshalling attributes
+       * ISoapUtility.cs: added missing marshalling attributes
+
+2004-06-11  Gert Driesen <drieseng@users.sourceforge.net>
+
+       * IClrObjectFactory.cs: added missing DispId attributes
+       * IComManagedImportUtil.cs: added missing DispId attributes
+       * IComSoapIISVRoot.cs: added missing DispId attributes
+       * IComSoapMetadata.cs: added missing DispId attributes
+       * IComSoapPublisher.cs: added missing DispId attributes
+       * IServerWebConfig.cs: added missing DispId attributes
+       * ISoapClientImport.cs: added missing DispId attributes
+       * ISoapServerTlb.cs: added missing DispId attributes
+       * ISoapServerVRoot.cs: added missing DispId attributes
+       * ISoapUtility.cs: added missing DispId attributes
+
+2004-05-14  Mike Kestner  <mkestner@ximian.com>
+
+       * ClientRemotingConfig.cs : stub
+       * ComSoapPublishError.cs : stub
+       * GenerateMetadata.cs : stub
+       * IComSoapIISVRoot.cs : impl
+       * IComSoapMetadata.cs : impl
+       * IISVirtualRoot.cs : impl
+       * IServerWebConfig.cs : impl
+       * ServerWebConfig.cs : stub
+
+2004-05-13  Mike Kestner  <mkestner@ximian.com>
+
+       * SoapClientImportUtil.cs : add a TODO
+       * SoapServerTlb.cs : stub
+       * SoapServerVRoot.cs : stub
+       * SoapUtility.cs : stub
+
 2004-05-13: Mike Kestner  <mkestner@ximian.com>
 
        * AppDomainHelper.cs : stub