Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/23/09 16:49:40 (15 years ago)
Author:
kgrading
Message:

various changes (#467)

File:
1 edited

Legend:

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

    r1602 r1635  
    143143          abortRequested = true;
    144144          beat.StopHeartBeat();
     145          WcfService.Instance.Logout(ConfigManager.Instance.GetClientInfo().Id);
    145146          break;
    146147      }
     
    210211          files.AddRange(plugininfo.PluginFiles);
    211212       
    212         AppDomain appDomain = PluginManager.Manager.CreateAndInitAppDomainWithSandbox(e.Result.Job.Id.ToString(), sandboxed, typeof(HeuristicLab.Hive.Engine.HiveEngine), files);
     213        AppDomain appDomain = PluginManager.Manager.CreateAndInitAppDomainWithSandbox(e.Result.Job.Id.ToString(), sandboxed, null, files);
    213214        appDomain.UnhandledException += new UnhandledExceptionEventHandler(appDomain_UnhandledException);
    214215        lock (engines) {                   
Note: See TracChangeset for help on using the changeset viewer.