Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/17/11 17:16:33 (13 years ago)
Author:
epitzer
Message:

check hooks by method name only (#1530)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceSpeedUp/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Clustering/ClusteringProblemData.cs

    r5809 r6228  
    2020#endregion
    2121
    22 using System;
    2322using System.Collections.Generic;
    2423using System.IO;
    25 using System.Linq;
    2624using HeuristicLab.Common;
    2725using HeuristicLab.Core;
    28 using HeuristicLab.Data;
    29 using HeuristicLab.Parameters;
    3026using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    3127
     
    7672    [StorableConstructor]
    7773    private ClusteringProblemData(bool deserializing) : base(deserializing) { }
    78     [StorableHook(HookType.AfterDeserialization)]
    79     private void AfterDeserialization() {
    80     }
    81 
    8274
    8375    private ClusteringProblemData(ClusteringProblemData original, Cloner cloner)
Note: See TracChangeset for help on using the changeset viewer.