Changeset 4337 for branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Core/3.3/Facades/SlaveFacade.cs
- Timestamp:
- 08/27/10 11:46:46 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Core/3.3/Facades/SlaveFacade.cs
r4333 r4337 94 94 public Response IsJobStillNeeded(Guid jobId) { 95 95 using (contextFactory.GetContext()) { 96 ServiceLocator.GetAuthorizationManager().AuthorizeForJobs(jobId);97 96 return slaveCommunicator.IsJobStillNeeded(jobId); 98 97 }
Note: See TracChangeset
for help on using the changeset viewer.