Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/17/08 14:12:01 (15 years ago)
Author:
kgrading
Message:

refactoring for #438

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Client.Core/Core.cs

    r997 r1001  
    4242using HeuristicLab.Hive.Client.Core.ConfigurationManager;
    4343using HeuristicLab.Hive.Client.Communication.ServerService;
     44using HeuristicLab.Hive.JobBase;
    4445
    4546
     
    144145    void wcfService_PullJobCompleted(object sender, PullJobCompletedEventArgs e) {
    145146      if (e.Result.StatusMessage != ApplicationConstants.RESPONSE_COMMUNICATOR_NO_JOBS_LEFT) {
    146         bool sandboxed = true;
     147        bool sandboxed = false;
    147148
    148149        PluginManager.Manager.Initialize();
Note: See TracChangeset for help on using the changeset viewer.