Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/19/09 17:09:45 (15 years ago)
Author:
epitzer
Message:

Fix EmptyStorableClass attributes. (#603)

Location:
trunk/sources/HeuristicLab.SequentialEngine/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.SequentialEngine/3.3/HeuristicLab.SequentialEngine-3.3.csproj

    r1678 r1853  
    102102      <Name>HeuristicLab.Core-3.3</Name>
    103103    </ProjectReference>
     104    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
     105      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
     106      <Name>HeuristicLab.Persistence-3.3</Name>
     107    </ProjectReference>
    104108    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
    105109      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
  • trunk/sources/HeuristicLab.SequentialEngine/3.3/SequentialEngine.cs

    r1530 r1853  
    2525using HeuristicLab.Core;
    2626using System.Threading;
     27using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2728
    2829namespace HeuristicLab.SequentialEngine {
     
    3132  /// in parallel.
    3233  /// </summary>
     34  [EmptyStorableClass]
    3335  public class SequentialEngine : EngineBase, IEditable {
    3436    private IOperator currentOperator;
Note: See TracChangeset for help on using the changeset viewer.