Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Problems.ExternalEvaluation/3.4/Drivers/EvaluationTCPChannel.cs
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Problems.ExternalEvaluation/3.4/Drivers/EvaluationTCPChannel.cs
r13368 r14711 30 30 namespace HeuristicLab.Problems.ExternalEvaluation { 31 31 [Item("EvaluationTCPChannel", "A channel that creates a TCP connection over a network.")] 32 [Storable Class("1CDD7F3C-51F7-4D64-BE01-2663DF5509AE")]32 [StorableType("1CDD7F3C-51F7-4D64-BE01-2663DF5509AE")] 33 33 public class EvaluationTCPChannel : EvaluationChannel { 34 34
Note: See TracChangeset
for help on using the changeset viewer.