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/DummyListener.cs

    r5314 r5599  
    2222using System;
    2323using System.ServiceModel;
    24 using HeuristicLab.Clients.Hive.Slave.ServiceContracts;
     24using HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts;
    2525
    26 namespace HeuristicLab.Clients.Hive.Slave {
     26namespace HeuristicLab.Clients.Hive.SlaveCore {
    2727
    2828  [CallbackBehavior(ConcurrencyMode = ConcurrencyMode.Reentrant)]
    2929  internal class DummyListener : ISlaveCommunicationCallbacks {
    3030
    31     public void OnStatusChanged(Slave.StatusCommons status) {
     31    public void OnStatusChanged(SlaveCore.StatusCommons status) {
    3232      throw new NotImplementedException("Dummy Listener, don't subscribe it!");
    3333    }
Note: See TracChangeset for help on using the changeset viewer.