Free cookie consent management tool by TermsFeed Policy Generator

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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • addons/HeuristicLab.Problems.BioBoost/HeuristicLab.Problems.BioBoost/3.3/Analysis/MultiOperatorUsageAnalyzer.cs

    r13071 r16575  
    2929using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    3030using System.Linq;
     31using HEAL.Attic;
    3132
    3233namespace HeuristicLab.BioBoost.Analysis {
    3334
    3435  [Item("MultiOperatorUsageAnalyzer", "An operator for analyzing utilization of different choices of a multi manipulation operatoutilization of different choices of a multi manipulation operator.")]
    35   [StorableClass]
     36  [StorableType("4F293561-2390-4B6A-A6E0-8B55807D781C")]
    3637  public class MultiOperatorUsageAnalyzer : SingleSuccessorOperator, IAnalyzer {
    3738
     
    4950    #region Construction & Cloning
    5051    [StorableConstructor]
    51     protected MultiOperatorUsageAnalyzer(bool isDeserializing) : base(isDeserializing) {}
     52    protected MultiOperatorUsageAnalyzer(StorableConstructorFlag _) : base(_) { }
    5253    protected MultiOperatorUsageAnalyzer(MultiOperatorUsageAnalyzer orig, Cloner cloner) : base(orig, cloner) {}
    5354    public MultiOperatorUsageAnalyzer() {
Note: See TracChangeset for help on using the changeset viewer.