Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/21/15 16:35:55 (9 years ago)
Author:
ascheibe
Message:

#2355 merged r12926, r12927 and r12959 into stable

Location:
stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Clients.Hive.Slave/3.3/SlaveTask.cs

    r12009 r12963  
    105105
    106106    private AppDomain CreateAppDomain(Task task, String pluginDir, string configFileName) {
    107       if (task.IsPrivileged) {
    108         appDomain = SandboxManager.CreateAndInitPrivilegedSandbox(task.Id.ToString(), pluginDir, Path.Combine(pluginDir, configFileName));
    109       } else {
    110         appDomain = SandboxManager.CreateAndInitSandbox(task.Id.ToString(), pluginDir, Path.Combine(pluginDir, configFileName));
    111       }
     107      appDomain = SandboxManager.CreateAndInitSandbox(task.Id.ToString(), pluginDir, Path.Combine(pluginDir, configFileName));
    112108      appDomain.UnhandledException += new UnhandledExceptionEventHandler(AppDomain_UnhandledException);
    113109
Note: See TracChangeset for help on using the changeset viewer.