GenericParameter.cs: override Module properly
[mcs.git] / class / System.Runtime.Remoting / System.Runtime.Remoting.Channels.Ipc / ChangeLog
blob64c884079d4a0320dc9a8507c2a258efc7aa5b0a
1 2008-08-09  Gert Driesen  <drieseng@users.sourceforge.net>
3         * IpcChannel.cs: Fixed argument names to match MS.
4         * IpcClientChannel.cs: Fixed argument names to match MS. Made
5         CreateMessageSink virtual to match MS.
6         * IpcServerChannel.cs: Fixed argument names to match MS. Made
7         GetUrlsForUri virtual to match MS.
9 2005-11-05  Robert Jordan  <robertj@gmx.net>
11         * IpcServerChannel.cs: Implemented missing GetChannelUri ().
12           Ipc*.cs: Removed the reflective channel factory.
14 2005-10-16  Robert Jordan  <robertj@gmx.net>
16         * Imported