Changeset 15018 for branches/PersistenceReintegration/HeuristicLab.Problems.ExternalEvaluation/3.4/Drivers
- Timestamp:
- 06/01/17 11:29:49 (8 years ago)
- Location:
- branches/PersistenceReintegration/HeuristicLab.Problems.ExternalEvaluation/3.4/Drivers
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Problems.ExternalEvaluation/3.4/Drivers/EvaluationChannel.cs
r14927 r15018 33 33 34 34 [StorableConstructor] 35 protected EvaluationChannel( booldeserializing) : base(deserializing) { }35 protected EvaluationChannel(StorableConstructorFlag deserializing) : base(deserializing) { } 36 36 protected EvaluationChannel(EvaluationChannel original, Cloner cloner) : base(original, cloner) { } 37 37 protected EvaluationChannel() -
branches/PersistenceReintegration/HeuristicLab.Problems.ExternalEvaluation/3.4/Drivers/EvaluationProcessChannel.cs
r14927 r15018 64 64 #region Construction & Cloning 65 65 [StorableConstructor] 66 protected EvaluationProcessChannel( booldeserializing) : base(deserializing) { }66 protected EvaluationProcessChannel(StorableConstructorFlag deserializing) : base(deserializing) { } 67 67 protected EvaluationProcessChannel(EvaluationProcessChannel original, Cloner cloner) 68 68 : base(original, cloner) { -
branches/PersistenceReintegration/HeuristicLab.Problems.ExternalEvaluation/3.4/Drivers/EvaluationServiceClient.cs
r14927 r15018 53 53 #region Construction & Cloning 54 54 [StorableConstructor] 55 protected EvaluationServiceClient( booldeserializing) : base(deserializing) { }55 protected EvaluationServiceClient(StorableConstructorFlag deserializing) : base(deserializing) { } 56 56 protected EvaluationServiceClient(EvaluationServiceClient original, Cloner cloner) 57 57 : base(original, cloner) { -
branches/PersistenceReintegration/HeuristicLab.Problems.ExternalEvaluation/3.4/Drivers/EvaluationStreamChannel.cs
r14927 r15018 36 36 37 37 [StorableConstructor] 38 protected EvaluationStreamChannel( booldeserializing) : base(deserializing) { }38 protected EvaluationStreamChannel(StorableConstructorFlag deserializing) : base(deserializing) { } 39 39 protected EvaluationStreamChannel(EvaluationStreamChannel original, Cloner cloner) : base(original, cloner) { } 40 40 public override IDeepCloneable Clone(Cloner cloner) { -
branches/PersistenceReintegration/HeuristicLab.Problems.ExternalEvaluation/3.4/Drivers/EvaluationTCPChannel.cs
r14927 r15018 63 63 #region Construction & Cloning 64 64 [StorableConstructor] 65 protected EvaluationTCPChannel( booldeserializing) : base(deserializing) { }65 protected EvaluationTCPChannel(StorableConstructorFlag deserializing) : base(deserializing) { } 66 66 protected EvaluationTCPChannel(EvaluationTCPChannel original, Cloner cloner) 67 67 : base(original, cloner) {
Note: See TracChangeset
for help on using the changeset viewer.