Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/28/19 18:16:20 (5 years ago)
Author:
gkronber
Message:

#2520: changed HeuristicLab.MetaOptimization addon to compile with new HL.Persistence

Location:
addons/HeuristicLab.MetaOptimization
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • addons/HeuristicLab.MetaOptimization

    • Property svn:ignore
      •  

        old new  
        88HeuristicLab.MetaOptimization.sln.docstates.suo
        99_ReSharper.HeuristicLab.MetaOptimization
         10packages
  • addons/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization/3.3/Encoding/ValueConfigurations/CheckedValueConfigurationCollection.cs

    r8133 r16574  
    55using HeuristicLab.Core;
    66using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     7using HEAL.Attic;
    78
    89namespace HeuristicLab.Problems.MetaOptimization {
    910  // todo: check that at least 1 elements needs to be selected
    1011  // todo: control creatable item types
    11   [StorableClass]
     12  [StorableType("D6F285A9-E8F7-4136-A685-B2EBEA53FEA0")]
    1213  public class CheckedValueConfigurationList : CheckedItemList<IValueConfiguration>, ICheckedValueConfigurationList {
    1314    [Storable]
     
    3637    }
    3738    [StorableConstructor]
    38     protected CheckedValueConfigurationList(bool deserializing)
    39       : base(deserializing) {
     39    protected CheckedValueConfigurationList(StorableConstructorFlag _) : base(_) {
    4040      RegisterEvents();
    4141    }
Note: See TracChangeset for help on using the changeset viewer.