- Timestamp:
- 11/24/15 17:08:13 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Clients.Hive/3.3/HiveTasks/HiveTask.cs
r12621 r13368 1 #region License Information1 #region License Information 2 2 /* HeuristicLab 3 3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) … … 35 35 36 36 [Item("Hive Task", "Represents a hive task.")] 37 [StorableClass ]37 [StorableClass("967DC1A1-7B0C-4D8B-AF9F-710B1FD676DF")] 38 38 public class HiveTask : NamedItem, IItemTree<HiveTask>, IDisposable { 39 39 protected static object locker = new object(); … … 541 541 542 542 [Item("Hive Task", "Represents a hive task.")] 543 [StorableClass ]543 [StorableClass("967DC1A1-7B0C-4D8B-AF9F-710B1FD676DF")] 544 544 public class HiveTask<T> : HiveTask where T : ItemTask { 545 545
Note: See TracChangeset
for help on using the changeset viewer.