Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/28/10 01:44:33 (14 years ago)
Author:
swagner
Message:

Revoked changes of r5177 (#1333)

File:
1 edited

Legend:

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

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