Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/12/10 10:57:21 (14 years ago)
Author:
kgrading
Message:

changed the complete DAL to LINQ 2 SQL (with the exception of the job streaming), did a lot of refactoring, Introduced DTOs (that are named DTOs for better understanding), added the spring.NET Interceptor, reintroduced transactions and cleaned up the whole JobResult thing and updated a part of the config merger (#830)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Client.Core/3.2/Heartbeat.cs

    r2846 r3011  
    1 #region License Information
     1#region License Information
    22/* HeuristicLab
    33 * Copyright (C) 2002-2008 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     
    7474    /// <param name="e"></param>
    7575    void heartbeatTimer_Elapsed(object sender, ElapsedEventArgs e) {     
    76       ClientInfo info = ConfigManager.Instance.GetClientInfo();     
     76      ClientDto info = ConfigManager.Instance.GetClientInfo();     
    7777
    7878      PerformanceCounter counter = new PerformanceCounter("Memory", "Available Bytes", true);
Note: See TracChangeset for help on using the changeset viewer.