- Timestamp:
- 06/01/17 11:29:49 (8 years ago)
- Location:
- branches/PersistenceReintegration/HeuristicLab.DebugEngine/3.3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.DebugEngine/3.3/DebugEngine.cs
r14927 r15018 37 37 38 38 [StorableConstructor] 39 protected DebugEngine( booldeserializing)39 protected DebugEngine(StorableConstructorFlag deserializing) 40 40 : base(deserializing) { 41 41 InitializeTimer(); -
branches/PersistenceReintegration/HeuristicLab.DebugEngine/3.3/ExecutionStack.cs
r14927 r15018 37 37 38 38 [StorableConstructor] 39 protected ExecutionStack( booldeserializing) : base(deserializing) { }39 protected ExecutionStack(StorableConstructorFlag deserializing) : base(deserializing) { } 40 40 protected ExecutionStack(ExecutionStack original, Cloner cloner) { 41 41 cloner.RegisterClonedObject(original, this); -
branches/PersistenceReintegration/HeuristicLab.DebugEngine/3.3/OperatorTrace.cs
r14927 r15018 68 68 69 69 [StorableConstructor] 70 protected OperatorTrace( booldeserializing) : base(deserializing) { }70 protected OperatorTrace(StorableConstructorFlag deserializing) : base(deserializing) { } 71 71 72 72 protected OperatorTrace(OperatorTrace original, Cloner cloner) {
Note: See TracChangeset
for help on using the changeset viewer.