Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/21/12 15:12:15 (12 years ago)
Author:
jkarder
Message:

#1854:

  • integrated marker attribute (IsDisposable) into the Hive components
  • adjusted database scheme
  • extended administration user interface
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Services.Hive/3.3/Convert.cs

    r7259 r7857  
    218218        LastHeartbeat = source.LastHeartbeat,
    219219        CpuUtilization = source.CpuUtilization,
    220         HbInterval = source.HbInterval
     220        HbInterval = source.HbInterval,
     221        IsDisposable = source.IsDisposable
    221222      };
    222223    }
     
    243244        target.CpuUtilization = source.CpuUtilization;
    244245        target.HbInterval = source.HbInterval;
     246        target.IsDisposable = source.IsDisposable;
    245247      }
    246248    }
Note: See TracChangeset for help on using the changeset viewer.