ChangeLog 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. 2002-08-03 Rodrigo Moya <[email protected]>
  2. * BinaryServerFormatterSinkProvider.cs:
  3. * BinaryClientFormatterSinkProvider.cs: new stubs.
  4. 2002-08-03 Duncan Mak <[email protected]>
  5. * BinaryClientFormatterSink.cs:
  6. * IClientChannelSink.cs: Fixed signature for AsyncProcessResponse.
  7. 2002-08-01 Rodrigo Moya <[email protected]>
  8. * BinaryClientFormatterSink.cs:
  9. * BaseChannelWithProperties.cs: new stubs.
  10. 2002-08-02 Duncan Mak <[email protected]>
  11. * IChannel.cs:
  12. * IChannelReceiver.cs:
  13. * IChannelReceiverHook.cs:
  14. * IClientChannelSink.cs:
  15. * IClientChannelSinkStack.cs:
  16. * IServerChannelSink.cs:
  17. * IServerChannelSinkProvider.cs:
  18. * IServerChannelSinkStack.cs: Fixed various typos, cut-n-paste
  19. errors.
  20. 2002-07-31 Rodrigo Moya <[email protected]>
  21. * BaseChannelSinkWithProperties.cs:
  22. * BaseChannelObjectWithProperties.cs: new stubs.
  23. 2002-08-01 Duncan Mak <[email protected]>
  24. * IChannel.cs:
  25. (Parse): Added.
  26. * BinaryServerFormatterSink.cs:
  27. * SoapServerFormatterSink.cs: Fixed typo.
  28. * IServerChannelSink.cs:
  29. (ProcessMessage): Fixed definition.
  30. 2002-07-31 Duncan Mak <[email protected]>
  31. * BinaryServerFormatterSink.cs:
  32. * SoapServerFormatterSink.cs: Added.
  33. * IChannelReceiverHook.cs:
  34. * IClientFormatterSink.cs: Various compilation fixes.
  35. 2002-07-31 Duncan Mak <[email protected]>
  36. * *.cs: Added all the interfaces in this namespace.
  37. * ServerProcessing.cs: Added.