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.Server.Core/3.3/JobManager.cs

    r4423 r4424  
    22
    33/* HeuristicLab
    4  * Copyright (C) 2002-2008 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     4 * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    55 *
    66 * This file is part of HeuristicLab.
     
    2424using System;
    2525using System.Collections.Generic;
     26using System.IO;
    2627using System.Linq;
    27 using System.Text;
     28using HeuristicLab.Hive.Contracts;
     29using HeuristicLab.Hive.Contracts.BusinessObjects;
    2830using HeuristicLab.Hive.Contracts.Interfaces;
    29 using HeuristicLab.Hive.Contracts.BusinessObjects;
    30 using HeuristicLab.Hive.Contracts;
     31using HeuristicLab.Hive.Contracts.ResponseObjects;
     32using HeuristicLab.Hive.Server.Core.InternalInterfaces;
    3133using HeuristicLab.Hive.Server.DataAccess;
    32 using HeuristicLab.Hive.Server.Core.InternalInterfaces;
    33 using HeuristicLab.DataAccess.Interfaces;
    34 using System.Data;
    35 using System.IO;
    3634using HeuristicLab.Tracing;
    37 using System.Transactions;
    38 using HeuristicLab.Hive.Server.LINQDataAccess;
    39 using IsolationLevel = System.Transactions.IsolationLevel;
    40 using HeuristicLab.Hive.Contracts.ResponseObjects;
    41 using HeuristicLab.Hive.JobBase;
    4235
    4336namespace HeuristicLab.Hive.Server.Core {
Note: See TracChangeset for help on using the changeset viewer.