Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/12/11 18:04:25 (13 years ago)
Author:
ascheibe
Message:

#1233

  • fixed a bug in the Slave UI
  • finished renaming Webservice and Dao methods to be consistent with Job/Task naming
  • some cosmetic changes and project dependencies cleanups
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.3/ServiceClients/LightweightTask.cs

    r6721 r6743  
    4242      this.State = job.State;
    4343      this.Command = job.Command;
    44       this.LastJobDataUpdate = job.LastJobDataUpdate;
     44      this.LastTaskDataUpdate = job.LastTaskDataUpdate;
    4545    }
    4646
     
    5252      this.State = original.State;
    5353      this.Command = original.Command;
    54       this.LastJobDataUpdate = original.LastJobDataUpdate;
     54      this.LastTaskDataUpdate = original.LastTaskDataUpdate;
    5555    }
    5656    public override IDeepCloneable Clone(Cloner cloner) {
Note: See TracChangeset for help on using the changeset viewer.