2003-10-22 Todd Berman <tberman@gentoo.org>
authorTodd Berman <tberman@mono-cvs.ximian.com>
Wed, 22 Oct 2003 18:16:39 +0000 (18:16 -0000)
committerTodd Berman <tberman@mono-cvs.ximian.com>
Wed, 22 Oct 2003 18:16:39 +0000 (18:16 -0000)
        * Microsoft.Web.Services.dll.2.sources: Added SoapDimeFormatter.cs
        * Microsoft.Web.Services.dll.2.sources: Added SoapChannelCollection.cs
        * Microsoft.Web.Services.dll.2.sources: Added SoapChannel.cs
        * Microsoft.Web.Services.dll.2.sources: Added SoapTransport.cs
        * Microsoft.Web.Services.dll.2.sources: Added MessagingConfiguration.cs
        * Microsoft.Web.Services.dll.2.sources: Added SoapPlainFormatter.cs
        * Microsoft.Web.Services.dll.2.sources: Added SoapTcpTransport.cs
        * Microsoft.Web.Services.dll.2.sources: Added SoapTcpChannel.cs
        * Microsoft.Web.Services.dll.2.sources: Added SoapTcpListener.cs
        * Microsoft.Web.Services.dll.2.sources: Added AsyncResult.cs

svn path=/trunk/mcs/; revision=19309

mcs/class/Microsoft.Web.Services/ChangeLog
mcs/class/Microsoft.Web.Services/Microsoft.Web.Services.dll.2.sources

index 82b2a5c7c5784778ead1da71b04dd39a786a222e..f1ec634e351b47a93f6c826fd1b2f33ad2f3d95d 100644 (file)
@@ -1,3 +1,16 @@
+2003-10-22  Todd Berman <tberman@gentoo.org>
+
+       * Microsoft.Web.Services.dll.2.sources: Added SoapDimeFormatter.cs
+       * Microsoft.Web.Services.dll.2.sources: Added SoapChannelCollection.cs
+       * Microsoft.Web.Services.dll.2.sources: Added SoapChannel.cs
+       * Microsoft.Web.Services.dll.2.sources: Added SoapTransport.cs
+       * Microsoft.Web.Services.dll.2.sources: Added MessagingConfiguration.cs
+       * Microsoft.Web.Services.dll.2.sources: Added SoapPlainFormatter.cs
+       * Microsoft.Web.Services.dll.2.sources: Added SoapTcpTransport.cs
+       * Microsoft.Web.Services.dll.2.sources: Added SoapTcpChannel.cs
+       * Microsoft.Web.Services.dll.2.sources: Added SoapTcpListener.cs
+       * Microsoft.Web.Services.dll.2.sources: Added AsyncResult.cs
+
 2003-10-12  Todd Berman <tberman@gentoo.org>
 
        * Makefile: Fixed up the test target so it works now
index 4f35bff8bf48845f0cd18f79773be6409987dd14..8449caaf25465d041f4683538c6832606221393b 100755 (executable)
@@ -1,5 +1,6 @@
 Assembly/AssemblyInfo.cs
 Assembly/Locale.cs
+Microsoft.Web.Services/AsyncResult.cs
 Microsoft.Web.Services/ChainStream.cs
 Microsoft.Web.Services/UriList.cs
 Microsoft.Web.Services/SoapFormatException.cs
@@ -41,12 +42,21 @@ Microsoft.Web.Services.Referral/Desc.cs
 Microsoft.Web.Services.Referral/ReferralInputfilter.cs
 Microsoft.Web.Services.Referral/ReferralOutputFilter.cs
 Microsoft.Web.Services.Policy/PolicyEnforcementException.cs
+Microsoft.Web.Services.Messaging/MessagingConfiguration.cs
 Microsoft.Web.Services.Messaging/ISoapFormatter.cs
 Microsoft.Web.Services.Messaging/ISoapTransport.cs
+Microsoft.Web.Services.Messaging/SoapChannel.cs
+Microsoft.Web.Services.Messaging/SoapChannelCollection.cs
+Microsoft.Web.Services.Messaging/SoapDimeFormatter.cs
+Microsoft.Web.Services.Messaging/SoapPlainFormatter.cs
 Microsoft.Web.Services.Messaging/SoapPort.cs
 Microsoft.Web.Services.Messaging/SoapReceiver.cs
 Microsoft.Web.Services.Messaging/SoapReceivers.cs
 Microsoft.Web.Services.Messaging/SoapSender.cs
+Microsoft.Web.Services.Messaging/SoapTcpChannel.cs
+Microsoft.Web.Services.Messaging/SoapTcpListener.cs
+Microsoft.Web.Services.Messaging/SoapTcpTransport.cs
+Microsoft.Web.Services.Messaging/SoapTransport.cs
 Microsoft.Web.Services.Dime/DimeAttachment.cs
 Microsoft.Web.Services.Dime/DimeAttachmentCollection.cs
 Microsoft.Web.Services.Dime/DimeReader.cs