Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/27/10 15:41:35 (14 years ago)
Author:
abeham
Message:

#866

  • Removed warning in ExternalEvaluationProblem
  • Added views project for ExternalEvaluation
  • Fixed class name of ExternalEvaluationProcessDriver
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.3/Drivers/ExternalEvaluationProcessDriver.cs

    r3862 r3864  
    2929  [Item("ExternalEvaluationProcessDriver", "A driver for external evaluation problems that launches the external application in a new process.")]
    3030  [StorableClass]
    31   public class LocalProcessDriver : ExternalEvaluationDriver {
     31  public class ExternalEvaluationProcessDriver : ExternalEvaluationDriver {
    3232    private Process process;
    3333    [Storable]
     
    3737    private ExternalEvaluationStreamDriver driver;
    3838
    39     public LocalProcessDriver() : this(String.Empty, String.Empty) { }
    40     public LocalProcessDriver(string executable, string arguments)
     39    public ExternalEvaluationProcessDriver() : this(String.Empty, String.Empty) { }
     40    public ExternalEvaluationProcessDriver(string executable, string arguments)
    4141      : base() {
    4242      this.executable = executable;
Note: See TracChangeset for help on using the changeset viewer.