Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/28/19 13:41:42 (6 years ago)
Author:
gkronber
Message:

#2520: merged changes from PersistenceOverhaul branch (r16451:16564) into trunk

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/HeuristicLab.Clients.OKB/3.3/RunCreation/EmptySolutionCreator.cs

    r15583 r16565  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    2525using HeuristicLab.Operators;
    2626using HeuristicLab.Optimization;
    27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     27using HEAL.Attic;
    2828using HeuristicLab.PluginInfrastructure;
    2929
    3030namespace HeuristicLab.Clients.OKB.RunCreation {
    3131  [Item("EmptySolutionCreator", "A dummy solution creator which throws an exception when executed.")]
    32   [StorableClass]
     32  [StorableType("A3793B3B-A85B-47D3-A3DB-D35565518598")]
    3333  [NonDiscoverableType]
    3434  public sealed class EmptySolutionCreator : Operator, ISolutionCreator {
     
    5151
    5252    [StorableConstructor]
    53     private EmptySolutionCreator(bool deserializing) : base(deserializing) { }
     53    private EmptySolutionCreator(StorableConstructorFlag _) : base(_) { }
    5454    private EmptySolutionCreator(EmptySolutionCreator original, Cloner cloner)
    5555      : base(original, cloner) {
Note: See TracChangeset for help on using the changeset viewer.