Free cookie consent management tool by TermsFeed Policy Generator

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

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

Location:
addons/HeuristicLab.FitnessLandscapeAnalysis
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • addons/HeuristicLab.FitnessLandscapeAnalysis

    • Property svn:ignore
      •  

        old new  
        33*.user
        44*.suo
         5packages
  • addons/HeuristicLab.FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/DataTables/InformationAnalysisTable.cs

    r7128 r16573  
    33using HeuristicLab.Core;
    44using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     5using HEAL.Attic;
     6
    57namespace HeuristicLab.Analysis.FitnessLandscape.DataTables {
    68
    79  [Item("InformationAnalysisTable", "DataTable that contains series with results of an information analysis")]
    8   [StorableClass]
     10  [StorableType("6E9BB524-0ECA-4796-AB6D-4D6B4A083FB8")]
    911  public class InformationAnalysisTable : DataTable {
    1012
     
    1214
    1315    [StorableConstructor]
    14     protected InformationAnalysisTable(bool deserializing) : base(deserializing) { }
     16    protected InformationAnalysisTable(StorableConstructorFlag _) : base(_) { }
    1517    protected InformationAnalysisTable(InformationAnalysisTable original, Cloner cloner) : base(original, cloner) { }
    1618    public InformationAnalysisTable() : base() { }
Note: See TracChangeset for help on using the changeset viewer.