Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/11 14:18:29 (14 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/MessageQueue.cs

    r5314 r5599  
    2323using System.Collections.Generic;
    2424using System.Threading;
    25 using HeuristicLab.Services.Hive.Common;
    2625
    27 namespace HeuristicLab.Clients.Hive.Slave {
     26namespace HeuristicLab.Clients.Hive.SlaveCore {
    2827
    2928  /// <summary>
     
    3332
    3433    private static MessageQueue instance = null;
    35    
     34
    3635    private Queue<MessageContainer> queue = null;
    37     private Semaphore semaphore = null;                 
     36    private Semaphore semaphore = null;
    3837
    3938    /// <summary>
Note: See TracChangeset for help on using the changeset viewer.