# # ChangeLog for trunk/sources/HeuristicLab.Operators/DelegatingOperator.cs # # Generated by Trac 1.0.12 # 09/10/24 22:41:20 Mon, 31 Mar 2008 12:15:44 GMT swagner [113] * trunk/sources/HeuristicLab.Operators/DelegatingOperator.cs (modified) Closed ticket #93 - fixed handling of local variables in ... Sat, 22 Mar 2008 10:02:39 GMT gkronber [90] * trunk/sources/HeuristicLab.Operators/DelegatingOperator.cs (modified) added missing GPL header Sat, 22 Mar 2008 09:52:14 GMT gkronber [89] * trunk/sources/HeuristicLab.Operators/CombinedOperator.cs (modified) * trunk/sources/HeuristicLab.Operators/DelegatingOperator.cs (moved) * trunk/sources/HeuristicLab.Operators/HeuristicLab.Operators.csproj (modified) * trunk/sources/HeuristicLab.StructureIdentification/HeuristicLab.StructureIdentification.csproj (modified) Moved abstract operator DelegatingOperator from ... Sat, 22 Mar 2008 09:45:41 GMT gkronber [88] * trunk/sources/HeuristicLab.StructureIdentification/DelegatingOperator.cs (added) * trunk/sources/HeuristicLab.StructureIdentification/HeuristicLab.StructureIdentification.csproj (modified) * trunk/sources/HeuristicLab.StructureIdentification/Manipulation/FullTreeShaker.cs (modified) * trunk/sources/HeuristicLab.StructureIdentification/Manipulation/OnePointShaker.cs (modified) fixed #55 by: * introducing a new class DelegatingOperator that ...