Changeset 6760 for branches/PersistenceSpeedUp/HeuristicLab.Problems.ExternalEvaluation/3.3/Interfaces/IEvaluationChannel.cs
- Timestamp:
- 09/14/11 13:59:25 (13 years ago)
- Location:
- branches/PersistenceSpeedUp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceSpeedUp
- Property svn:ignore
-
old new 12 12 *.psess 13 13 *.vsp 14 *.docstates
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/PersistenceSpeedUp/HeuristicLab.Problems.ExternalEvaluation/3.3/Interfaces/IEvaluationChannel.cs
r5445 r6760 24 24 25 25 namespace HeuristicLab.Problems.ExternalEvaluation { 26 public interface IEvaluationChannel : I Item {26 public interface IEvaluationChannel : INamedItem { 27 27 /// <summary> 28 28 /// A flag that describes whether the channel has been initialized or not.
Note: See TracChangeset
for help on using the changeset viewer.