2009-02-26 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Thu, 26 Feb 2009 05:14:17 +0000 (05:14 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Thu, 26 Feb 2009 05:14:17 +0000 (05:14 -0000)
commitcc898786e46c311b39d862e8b14589def6c47e41
treec99de05a29d0a2424a428b04e67f1a5104a4805a
parent707e1e5a843c9981c3dc38f4339e537049b7b176
2009-02-26  Atsushi Enomoto  <atsushi@ximian.com>

* ClientRuntimeChannel.cs, ClientProxyGenerator.cs,
  ClientBase.cs, ChannelFactory_1.cs, DuplexClientBase.cs:
  now ClientBase<TChannel>.InnerChannel became ChannelBase<T> as
  SL2 does. This change required several internal changes in
  proxy code generation. Also, now TChannel must be class.

svn path=/trunk/mcs/; revision=128056
mcs/class/System.ServiceModel/System.ServiceModel/ChangeLog
mcs/class/System.ServiceModel/System.ServiceModel/ChannelFactory_1.cs
mcs/class/System.ServiceModel/System.ServiceModel/ClientBase.cs
mcs/class/System.ServiceModel/System.ServiceModel/ClientProxyGenerator.cs
mcs/class/System.ServiceModel/System.ServiceModel/ClientRuntimeChannel.cs
mcs/class/System.ServiceModel/System.ServiceModel/DuplexClientBase.cs