Changeset 16462 for branches/2520_PersistenceReintegration/HeuristicLab.DebugEngine/3.3/OperatorTrace.cs
- Timestamp:
- 12/28/18 16:10:48 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2520_PersistenceReintegration/HeuristicLab.DebugEngine/3.3/OperatorTrace.cs
r16453 r16462 26 26 using HeuristicLab.Common; 27 27 using HeuristicLab.Core; 28 using H euristicLab.Persistence.Default.CompositeSerializers.Storable;28 using HEAL.Fossil; 29 29 30 30 namespace HeuristicLab.DebugEngine { 31 31 32 [Storable Class]32 [StorableType("F694C6E8-39EC-4705-AB77-D00147A4D542")] 33 33 public class OperatorTrace : ObservableList<IOperator>, IContent, IDeepCloneable { 34 34 … … 68 68 69 69 [StorableConstructor] 70 protected OperatorTrace( bool deserializing) : base(deserializing) { }70 protected OperatorTrace(StorableConstructorFlag _) : base(_) { } 71 71 72 72 protected OperatorTrace(OperatorTrace original, Cloner cloner) {
Note: See TracChangeset
for help on using the changeset viewer.