Changeset 5637 for branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.4/ExperimentManager/HiveJobClient.cs
- Timestamp:
- 03/08/11 16:37:03 (14 years ago)
- Location:
- branches/HeuristicLab.Hive-3.4/sources
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources
- Property svn:ignore
-
old new 3 3 TestResults 4 4 PrecompiledWeb 5 CreateEventLogSources
-
- Property svn:ignore
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.4
- Property svn:ignore
-
old new 4 4 *.user 5 5 HeuristicLabClientsHivePlugin.cs 6 *.vs10x
-
- Property svn:ignore
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.4/ExperimentManager/HiveJobClient.cs
r5599 r5637 34 34 35 35 [Item("Hive Job", "Represents a hive job.")] 36 public class HiveJob : Item{36 public class HiveJob : NamedItem, IItemTree { 37 37 private static object locker = new object(); 38 38 … … 566 566 } 567 567 568 public IEnumerable<IItemTree> GetChildNodes() { 569 return this.ChildHiveJobs; 570 } 568 571 } 569 572 }
Note: See TracChangeset
for help on using the changeset viewer.