- Timestamp:
- 09/17/10 11:00:53 (14 years ago)
- Location:
- branches/3.3-Hive/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server/3.3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3-Hive/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server/3.3/HeuristicLabHiveServerApplication.cs
r4423 r4424 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-20 08Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 23 23 using System.Collections.Generic; 24 24 using System.Linq; 25 using System.Net;26 25 using System.ServiceModel; 27 using System.ServiceModel.Description;28 26 using System.Windows.Forms; 29 27 using HeuristicLab.Hive.Contracts; 30 28 using HeuristicLab.Hive.Contracts.Interfaces; 29 using HeuristicLab.Hive.Server.Core; 31 30 using HeuristicLab.PluginInfrastructure; 32 using HeuristicLab.Hive.Server.Core;33 31 34 32 namespace HeuristicLab.Hive.Server { -
branches/3.3-Hive/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server/3.3/HeuristicLabHiveServerPlugin.cs
r4254 r4424 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-20 08Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 20 20 #endregion 21 21 22 using System;23 using System.Collections.Generic;24 using System.Text;25 using System.Windows.Forms;26 22 using HeuristicLab.PluginInfrastructure; 27 23 -
branches/3.3-Hive/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server/3.3/MainForm.cs
r4316 r4424 1 1 using System; 2 2 using System.Collections.Generic; 3 using System.ComponentModel;4 using System.Data;5 using System.Drawing;6 using System.Linq;7 3 using System.Text; 8 4 using System.Windows.Forms; 9 using HeuristicLab.Hive.Contracts;10 5 11 6 namespace HeuristicLab.Hive.Server {
Note: See TracChangeset
for help on using the changeset viewer.