Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/13/09 11:59:36 (15 years ago)
Author:
kgrading
Message:

Code Review changes (#522)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.Core/ClientCommunicator.cs

    r1334 r1340  
    4646      new ReaderWriterLockSlim(LockRecursionPolicy.SupportsRecursion);
    4747
     48    // todo: access modifier!
    4849    IClientAdapter clientAdapter;
    4950    IJobAdapter jobAdapter;
     
    143144      heartbeatLock.ExitWriteLock();
    144145
     146      // todo: allClients legacy ?
    145147      ICollection<ClientInfo> allClients = clientAdapter.GetAll();
    146148      ClientInfo client = clientAdapter.GetById(clientInfo.ClientId);
     
    165167    /// <param name="hbData"></param>
    166168    /// <returns></returns>
     169    // todo: new name for "SendHeartBeat" e.g. ProcessHeartBeat
    167170    public ResponseHB SendHeartBeat(HeartBeatData hbData) {
    168171      ResponseHB response = new ResponseHB();
Note: See TracChangeset for help on using the changeset viewer.