2009-08-24 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.ServiceModel / System.ServiceModel.Dispatcher / ChangeLog
index f4207e372c6868a82110db38cad99599b52dc9f4..ad280007a0eeab825f46d2353088879cf16aa1aa 100644 (file)
@@ -1,3 +1,21 @@
+2009-08-24  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * EndpointDispatcher.cs, ChannelDispatcher.cs : differentiate
+         service dispatch and callback client dispatch at initialization.
+
+2009-08-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ChannelDispatcher.cs : also made reference to host optional.
+
+2009-08-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ChannelDispatcher.cs : isolated loop manager class from parent,
+         as well as moved some code from parent.
+
+2009-08-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ChannelDispatcherCollection.cs : remove extra members.
+
 2009-08-21  Atsushi Enomoto  <atsushi@ximian.com>
 
        * ChannelDispatcher.cs, EndpointDispatcher.cs :