Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/30/09 16:46:58 (15 years ago)
Author:
gkronber
Message:

fixed build errors. #713

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GP-Refactoring-713/sources/HeuristicLab.CEDMA.Server/3.3/IDispatcher.cs

    r2088 r2215  
    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.