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/ServiceLocator.cs

    r4333 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.Linq;
     23using System.Runtime.CompilerServices;
     24using HeuristicLab.Hive.Contracts.Interfaces;
     25using HeuristicLab.Hive.Server.Core.InternalInterfaces;
    2326using HeuristicLab.Hive.Server.DataAccess;
    2427using HeuristicLab.PluginInfrastructure;
    25 using System.Runtime.CompilerServices;
    26 using HeuristicLab.Hive.Contracts.Interfaces;
    27 using HeuristicLab.Hive.Server.Core;
    28 using HeuristicLab.Hive.Server.Core.InternalInterfaces;
    29 using HeuristicLab.DataAccess.Interfaces;
    30 using System.Data.SqlClient;
    3128
    3229namespace HeuristicLab.Hive.Server.Core {
Note: See TracChangeset for help on using the changeset viewer.