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

Location:
trunk/sources/HeuristicLab.Hive.Client.Core
Files:
2 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();
  • trunk/sources/HeuristicLab.Hive.Client.Core/HeuristicLab.Hive.Client.Core.csproj

    r944 r1001  
    120120      <Name>HeuristicLab.Hive.Contracts</Name>
    121121    </ProjectReference>
     122    <ProjectReference Include="..\HeuristicLab.Hive.Job\HeuristicLab.Hive.JobBase.csproj">
     123      <Project>{21187322-52DD-4243-80A4-A85F0263E63B}</Project>
     124      <Name>HeuristicLab.Hive.JobBase</Name>
     125    </ProjectReference>
    122126    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
    123127      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
Note: See TracChangeset for help on using the changeset viewer.