ChangeLog 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. 2002-12-20 Lluis Sanchez Gual <[email protected]>
  2. * MonoMethodMessage.cs: Implemented property Uri
  3. 2002-12-20 Lluis Sanchez Gual <[email protected]>
  4. * ServerContextTerminatorSink.cs: Added
  5. * ServerObjectTerminatorSink.cs: Added
  6. * StackBuilderSink.cs: Added
  7. 2002-12-10 Jaime Anguiano Olarra <[email protected]>
  8. * CallContext.c: Added to the CVS.
  9. 2002-08-22 Nick Drochak <[email protected]>
  10. * RemotingSurrogateSelector.cs (SetRootObject): Function should return
  11. void, not object.
  12. 2002-08-03 Duncan Mak <[email protected]>
  13. * MethodCall.cs:
  14. * MethodResponse.cs: More visibility fixes. Hopefully this is the
  15. last of it.
  16. 2002-08-02 Duncan Mak <[email protected]>
  17. * MethodCall.cs:
  18. * MethodCallMessageWrapper.cs:
  19. * MethodReturnMessageWrapper.cs: Various visibility fixes.
  20. * RemotingSurrogateSelector.cs: Added, replaced RemoteSurrogateSelector.
  21. 2002-07-31 Duncan Mak <[email protected]>
  22. * MethodCallMessageWrapper.cs:
  23. * MethodReturnMessageWrapper.cs: Revert the last patch and made it
  24. work. Thanks to Gonzalo for reminding me to chain the constructors.
  25. 2002-07-31 Duncan Mak <[email protected]>
  26. * MethodCallMessageWrapper.cs:
  27. * MethodReturnMessageWrapper.cs: Remove reference to
  28. InternalMessageWrapper. It's probably an MS private class, even
  29. though it's visible in the documentation.
  30. 2002-07-31 Duncan Mak <[email protected]>
  31. * InternalMessageWrapper.cs:
  32. * MessageSurrogateFilter.cs:
  33. * MethodCall.cs:
  34. * MethodCallMessageWrapper.cs:
  35. * MethodResponse.cs:
  36. * MethodReturnMessageWrapper.cs:
  37. * RemoteSurrogateSelector.cs: Added to CVS.
  38. * MonoMethodMessage.cs:
  39. * ReturnMessage.cs: Add set in the Uri property.
  40. 2002-07-24 Duncan Mak <[email protected]>
  41. * OneWayAttribute.cs: Added to CVS.
  42. 2002-07-23 Duncan Mak <[email protected]>
  43. * HeaderHandler.cs: Added.
  44. * IRemotingFormatter.cs: Added to CVS.
  45. * IMethodMessage.cs: IMethodMessage inherits from IMessage.
  46. Thu Apr 4 13:13:20 CEST 2002 Paolo Molaro <[email protected]>
  47. * IMethodReturnMessage.cs: added IMethodMessage, IMessage interfaces.
  48. * ReturnMessage.cs: stubbed out Properties property.
  49. 2002-03-21 Dietmar Maurer <[email protected]>
  50. * AsyncResult.cs: impl.
  51. 2002/03/04 Nick Drochak <[email protected]>
  52. * Header.cs: Change properties into fields where they should be.