Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/26/10 03:51:30 (14 years ago)
Author:
swagner
Message:

Removed property ExecutionContext in Operator (#1333)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ParallelEngine/HeuristicLab.Problems.ExternalEvaluation/3.3/ExternalEvaluator.cs

    r4722 r5177  
    6060    }
    6161
    62     public override IOperation Apply() {
     62    public override IOperation Apply(IExecutionContext context) {
    6363      IEvaluationServiceClient client = ClientParameter.ActualValue;
    6464      SolutionMessage.Builder protobufBuilder = SolutionMessage.CreateBuilder();
     
    8282      else QualityParameter.ActualValue.Value = answer.Quality;
    8383
    84       return base.Apply();
     84      return base.Apply(context);
    8585    }
    8686  }
Note: See TracChangeset for help on using the changeset viewer.