Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/03/09 12:26:42 (15 years ago)
Author:
gkronber
Message:

Merged changes from GP-refactoring branch back into the trunk #713.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.CEDMA.Server/3.3/IDispatcher.cs

    r2088 r2222  
    2020#endregion
    2121
    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;
    3622using HeuristicLab.Core;
    3723using HeuristicLab.Modeling;
Note: See TracChangeset for help on using the changeset viewer.