- Timestamp:
- 06/01/17 11:29:49 (8 years ago)
- Location:
- branches/PersistenceReintegration/HeuristicLab.Operators.Programmable/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Operators.Programmable/3.3/ProgrammableOperator.cs
r14927 r15018 166 166 167 167 [StorableConstructor] 168 protected ProgrammableOperator( booldeserializing)168 protected ProgrammableOperator(StorableConstructorFlag deserializing) 169 169 : base(deserializing) { 170 170 ProgrammableOperator.StaticInitialize(); -
branches/PersistenceReintegration/HeuristicLab.Operators.Programmable/3.3/ProgrammableSingleSuccessorOperator.cs
r14927 r15018 46 46 47 47 [StorableConstructor] 48 protected ProgrammableSingleSuccessorOperator( booldeserializing) : base(deserializing) { }48 protected ProgrammableSingleSuccessorOperator(StorableConstructorFlag deserializing) : base(deserializing) { } 49 49 protected ProgrammableSingleSuccessorOperator(ProgrammableSingleSuccessorOperator original, Cloner cloner) 50 50 : base(original, cloner) {
Note: See TracChangeset
for help on using the changeset viewer.