Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/01/17 11:29:49 (7 years ago)
Author:
gkronber
Message:

#2520 introduced StorableConstructorFlag type for StorableConstructors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Operators/3.3/Operator.cs

    r14928 r15018  
    7575
    7676    [StorableConstructor]
    77     protected Operator(bool deserializing)
     77    protected Operator(StorableConstructorFlag deserializing)
    7878      : base(deserializing) {
    7979      executionContexts = new Lazy<ThreadLocal<IExecutionContext>>(() => { return new ThreadLocal<IExecutionContext>(); }, LazyThreadSafetyMode.ExecutionAndPublication);
Note: See TracChangeset for help on using the changeset viewer.