Changeset 6228 for branches/PersistenceSpeedUp/HeuristicLab.Problems.ExternalEvaluation/3.3/ExternalEvaluationProblem.cs
- Timestamp:
- 05/17/11 17:16:33 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceSpeedUp/HeuristicLab.Problems.ExternalEvaluation/3.3/ExternalEvaluationProblem.cs
r6189 r6228 127 127 [StorableConstructor] 128 128 private ExternalEvaluationProblem(bool deserializing) : base(deserializing) { } 129 [StorableHook(HookType.AfterDeserialization)]130 private void AfterDeserializationHook() {131 AttachEventHandlers();132 }133 129 134 130 private ExternalEvaluationProblem(ExternalEvaluationProblem original, Cloner cloner) … … 158 154 [StorableHook(HookType.AfterDeserialization)] 159 155 private void AfterDeserialization() { 156 AttachEventHandlers(); 160 157 // BackwardsCompatibility3.3 161 158 #region Backwards compatible code, remove with 3.4
Note: See TracChangeset
for help on using the changeset viewer.