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/SlaveCommunicator.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.
     
    3030using HeuristicLab.Hive.Contracts.BusinessObjects;
    3131using HeuristicLab.Hive.Contracts.Interfaces;
     32using HeuristicLab.Hive.Contracts.ResponseObjects;
    3233using HeuristicLab.Hive.Server.Core.InternalInterfaces;
    3334using HeuristicLab.PluginInfrastructure;
    3435using HeuristicLab.Tracing;
    35 using HeuristicLab.Hive.Contracts.ResponseObjects;
    36 using System.Security.Permissions;
    37 using System.Web.Security;
    38 using System.Security.Principal;
    39 using System.ServiceModel;
    40 using System.Security;
    41 using HeuristicLab.Hive.JobBase;
    4236
    4337namespace HeuristicLab.Hive.Server.Core {
Note: See TracChangeset for help on using the changeset viewer.