Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/11 14:18:29 (13 years ago)
Author:
ascheibe
Message:

#1233

  • rename 'Slave' namespace to 'SlaveCore' (and assemblies etc) to avoid problems with 'Slave' class
  • use svcutil (OKB-style)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/Core.cs

    r5541 r5599  
    2626using System.ServiceModel;
    2727using System.Threading;
    28 using HeuristicLab.Clients.Hive.Slave.ServiceContracts;
     28using HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts;
    2929using HeuristicLab.Common;
    3030using HeuristicLab.Core;
    31 using HeuristicLab.Services.Hive.Common;
    32 using HeuristicLab.Services.Hive.Common.DataTransfer;
    33 
    34 
    35 namespace HeuristicLab.Clients.Hive.Slave {
     31
     32
     33
     34namespace HeuristicLab.Clients.Hive.SlaveCore {
    3635  /// <summary>
    3736  /// The core component of the Hive Client
Note: See TracChangeset for help on using the changeset viewer.