Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/17 11:41:43 (7 years ago)
Author:
gkronber
Message:

#2520

  • renamed StorableClass -> StorableType
  • changed persistence to use GUIDs instead of type names
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceOverhaul/HeuristicLab.ParallelEngine/3.3/ParallelEngine.cs

    r13368 r14711  
    3333  /// This engine is suitable for parallel processing on shared memory systems which provide multiple cores.
    3434  /// </summary>
    35   [StorableClass("F6D6429D-DAF4-47AB-98C6-27F620C23280")]
     35  [StorableType("F6D6429D-DAF4-47AB-98C6-27F620C23280")]
    3636  [Item("Parallel Engine", "Engine for parallel execution of algorithms using multiple threads (suitable for shared memory systems with multiple cores).")]
    3737  public class ParallelEngine : Engine {
Note: See TracChangeset for help on using the changeset viewer.