Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/12/16 13:30:41 (8 years ago)
Author:
gkronber
Message:

bugfixing (memory leaks)

File:
1 edited

Legend:

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

    r13972 r14253  
    22using System.Collections.Generic;
    33using DistributedGA.Core.Domain;
     4using DistributedGA.Core.Util;
    45
    56namespace DistributedGA.Core.Interface {
     
    910    void Init(string lanIpPrefix, string contactServerUrl, string problemInstance, int messageCacheCapacty, double communicationRate);
    1011
    11     void PublishDataToNetwork(byte[] data);
     12    void PublishDataToNetwork(ByteArrayWrapper data);
    1213
    13     List<KeyValuePair<PeerInfo, byte[]>> GetDataFromNetwork();
     14    List<KeyValuePair<PeerInfo, ByteArrayWrapper>> GetDataFromNetwork();
    1415
    1516    PeerInfo GetPeerInfo();
Note: See TracChangeset for help on using the changeset viewer.