Changeset 2208 for branches/HeuristicLab.Modeling Database Backend
- Timestamp:
- 07/29/09 15:49:47 (15 years ago)
- Location:
- branches/HeuristicLab.Modeling Database Backend/sources
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Core/3.3/Console.cs
r2203 r2208 28 28 using System.ServiceModel; 29 29 using System.ServiceModel.Description; 30 using HeuristicLab.CEDMA.DB.Interfaces;31 30 using HeuristicLab.PluginInfrastructure; 32 31 using HeuristicLab.Modeling.Database.SQLServerCompact; -
branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Core/3.3/ConsoleEditor.cs
r2190 r2208 29 29 using HeuristicLab.PluginInfrastructure; 30 30 using System.Drawing; 31 using HeuristicLab.CEDMA.DB.Interfaces;32 31 33 32 namespace HeuristicLab.CEDMA.Core { -
branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Core/3.3/IResultsViewFactory.cs
r1529 r2208 26 26 using HeuristicLab.Core; 27 27 using System.Xml; 28 using HeuristicLab.CEDMA.DB.Interfaces;29 28 using HeuristicLab.Operators; 30 29 using System.Windows.Forms; -
branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Core/3.3/Results.cs
r2207 r2208 26 26 using HeuristicLab.Core; 27 27 using System.Collections; 28 using HeuristicLab.CEDMA.DB.Interfaces;29 28 using System.Xml; 30 29 using System.Runtime.Serialization; -
branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Core/3.3/ResultsEntry.cs
r2139 r2208 26 26 using HeuristicLab.Core; 27 27 using System.Collections; 28 using HeuristicLab.CEDMA.DB.Interfaces;29 28 using System.Xml; 30 29 using System.Runtime.Serialization; -
branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Server/3.3/DispatcherBase.cs
r2199 r2208 27 27 using System.Net; 28 28 using System.ServiceModel; 29 using HeuristicLab.CEDMA.DB.Interfaces;30 using HeuristicLab.CEDMA.DB;31 29 using System.ServiceModel.Description; 32 30 using System.Linq; -
branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Server/3.3/ExecuterBase.cs
r2195 r2208 27 27 using System.Net; 28 28 using System.ServiceModel; 29 using HeuristicLab.CEDMA.DB.Interfaces;30 using HeuristicLab.CEDMA.DB;31 29 using System.ServiceModel.Description; 32 30 using System.Linq; -
branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Server/3.3/GridExecuter.cs
r2195 r2208 27 27 using System.Net; 28 28 using System.ServiceModel; 29 using HeuristicLab.CEDMA.DB.Interfaces;30 using HeuristicLab.CEDMA.DB;31 29 using System.ServiceModel.Description; 32 30 using System.Linq; -
branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Server/3.3/IDispatcher.cs
r2088 r2208 20 20 #endregion 21 21 22 using System;23 using System.Collections.Generic;24 using System.Text;25 using System.Windows.Forms;26 using HeuristicLab.PluginInfrastructure;27 using System.Net;28 using System.ServiceModel;29 using HeuristicLab.CEDMA.DB.Interfaces;30 using HeuristicLab.CEDMA.DB;31 using System.ServiceModel.Description;32 using System.Linq;33 using HeuristicLab.CEDMA.Core;34 using HeuristicLab.GP.StructureIdentification;35 using HeuristicLab.Data;36 22 using HeuristicLab.Core; 37 23 using HeuristicLab.Modeling; -
branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Server/3.3/IExecuter.cs
r2088 r2208 27 27 using System.Net; 28 28 using System.ServiceModel; 29 using HeuristicLab.CEDMA.DB.Interfaces;30 using HeuristicLab.CEDMA.DB;31 29 using System.ServiceModel.Description; 32 30 using System.Linq; -
branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Server/3.3/Problem.cs
r2199 r2208 26 26 using HeuristicLab.Core; 27 27 using System.Xml; 28 using HeuristicLab.CEDMA.DB.Interfaces;29 28 using HeuristicLab.Operators; 30 29 -
branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Server/3.3/Server.cs
r2197 r2208 27 27 using System.Net; 28 28 using System.ServiceModel; 29 using HeuristicLab.CEDMA.DB.Interfaces;30 using HeuristicLab.CEDMA.DB;31 29 using System.ServiceModel.Description; 32 30 using HeuristicLab.Grid; -
branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Server/3.3/ServerView.cs
r2193 r2208 32 32 using HeuristicLab.PluginInfrastructure; 33 33 using System.Net; 34 using HeuristicLab.CEDMA.DB;35 using HeuristicLab.CEDMA.DB.Interfaces;36 34 using System.Data.Common; 37 35 using System.Threading; -
branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Server/3.3/SimpleDispatcher.cs
r2193 r2208 27 27 using System.Net; 28 28 using System.ServiceModel; 29 using HeuristicLab.CEDMA.DB.Interfaces;30 using HeuristicLab.CEDMA.DB;31 29 using System.ServiceModel.Description; 32 30 using System.Linq;
Note: See TracChangeset
for help on using the changeset viewer.