Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/16/10 04:53:58 (15 years ago)
Author:
swagner
Message:

Adaptions according to the new IContent interface (#969).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Collections/3.3/ReadOnlyObservableArray.cs

    r3317 r3368  
    2525using System.ComponentModel;
    2626using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     27using HeuristicLab.Common;
    2728
    2829namespace HeuristicLab.Collections {
     
    122123    }
    123124
    124     event EventHandler IObservableArray<T>.ReadOnlyViewChanged {
     125    event EventHandler IContent.ReadOnlyViewChanged {
    125126      add { }
    126127      remove { }
Note: See TracChangeset for help on using the changeset viewer.