Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/04/13 14:21:22 (11 years ago)
Author:
ascheibe
Message:

#1950 fixed handling of IsAllowedPrivileged in the Hive Job Manager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Hive/3.3/ServiceClients/Job.cs

    r7259 r9107  
    3535    #region Constructors and Cloning
    3636    public Job() {
    37       this.ResourceNames = "HEAL";
    38       this.DateCreated = DateTime.Now;
    39       this.Permission = Permission.Full;
     37      ResourceNames = "HEAL";
     38      DateCreated = DateTime.Now;
     39      Permission = Permission.Full;
    4040    }
    4141
Note: See TracChangeset for help on using the changeset viewer.