ChangeLog 922 B

123456789101112131415161718192021222324252627282930
  1. 2002-12-20 Lluis Sanchez Gual <[email protected]>
  2. * Context.cs: Added creation of default server context and
  3. object context sinks.
  4. 2002-07-31 Duncan Mak <[email protected]>
  5. * SynchronizationAttribute.cs: Added more interfaces, it
  6. implements them (via CorCompare), but they're not listed in the docs.
  7. * ContextProperty.cs:
  8. * CrossContextDelegate.cs: Added to CVS.
  9. * ContextAttribute.cs: Added missing constructor.
  10. 2002-07-29 Duncan Mak <[email protected]>
  11. * IContributeServerContentSink.cs: Removed.
  12. * IContributeServerContextSink.cs: Replaces IContributeServerContentSink.
  13. 2002-07-24 Duncan Mak <[email protected]>
  14. * SynchronizationAttribute.cs: Added missing attributes.
  15. * IContextPropertyActivator.cs:
  16. * IContributeClientContextSink.cs:
  17. * IContributeDynamicSink.cs:
  18. * IContributeEnvoySink.cs:
  19. * IContributeObjectSink.cs:
  20. * IContributeServerContentSink.cs: Added the missing interfaces.