Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/01/16 10:47:53 (8 years ago)
Author:
thasling
Message:

#2615:
made minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/thasling/DistributedGA/DistributedGA.Core/Interface/IMessageHandler.cs

    r13956 r13965  
    66  public interface IMessageHandler {
    77
    8     void Init(string lanIpPrefix, string contactServerUrl, string problemInstance, int messageCacheCapacty, int communicationRate); //Registers at contract-server
     8    void Init(string lanIpPrefix, string contactServerUrl, string problemInstance, int messageCacheCapacty, double communicationRate);
    99
    1010    void PublishDataToNetwork(byte[][] data);
Note: See TracChangeset for help on using the changeset viewer.