Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/17/10 11:00:53 (14 years ago)
Author:
cneumuel
Message:
  • Added and updated License Information in every file
  • Sort and remove usings in every file
  • Deleted obsolete DataAccess.ADOHelper
  • Deleted some obsolete files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3-Hive/sources/HeuristicLab.Hive/HeuristicLab.Hive.Slave.Core/3.3/HeartbeatManager.cs

    r4423 r4424  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2008 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    2121
    2222using System;
    23 using System.Collections.Generic;
    24 using System.Linq;
    25 using System.Text;
    26 using System.Timers;
     23using System.Diagnostics;
     24using System.Threading;
     25using HeuristicLab.Common;
     26using HeuristicLab.Hive.Contracts;
     27using HeuristicLab.Hive.Contracts.BusinessObjects;
    2728using HeuristicLab.Hive.Slave.Common;
    2829using HeuristicLab.Hive.Slave.Communication;
    29 using System.Diagnostics;
    30 using HeuristicLab.Hive.Contracts.BusinessObjects;
    31 using HeuristicLab.Hive.Contracts;
     30using HeuristicLab.Hive.Slave.Communication.SlaveFacade;
    3231using HeuristicLab.Hive.Slave.Core.ConfigurationManager;
    3332using HeuristicLab.Tracing;
    34 using System.Threading;
    35 using HeuristicLab.Hive.Slave.Communication.SlaveFacade;
    36 using HeuristicLab.Common;
    3733
    3834namespace HeuristicLab.Hive.Slave.Core {
Note: See TracChangeset for help on using the changeset viewer.