Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/27/09 13:31:53 (15 years ago)
Author:
msteinbi
Message:

Changed interface for plugin transfer (#531)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Contracts/Interfaces/IClientCommunicator.cs

    r1374 r1445  
    2626using System.ServiceModel;
    2727using HeuristicLab.Hive.Contracts.BusinessObjects;
     28using HeuristicLab.PluginInfrastructure;
    2829
    2930namespace HeuristicLab.Hive.Contracts.Interfaces {
     
    5657    Response IsJobStillNeeded(long jobId);
    5758    [OperationContract]
    58     ResponsePlugin SendPlugins(List<String> pluginList);
     59    ResponsePlugin SendPlugins(List<PluginInfo> pluginList);
    5960  }
    6061}
Note: See TracChangeset for help on using the changeset viewer.