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.Server.Core/ClientFacade.cs

    r1374 r1445  
    2727using HeuristicLab.Hive.Contracts.BusinessObjects;
    2828using HeuristicLab.Hive.Contracts;
     29using HeuristicLab.PluginInfrastructure;
    2930
    3031namespace HeuristicLab.Hive.Server.Core {
     
    6465    }
    6566
    66     public ResponsePlugin SendPlugins(List<string> pluginList) {
     67    public ResponsePlugin SendPlugins(List<PluginInfo> pluginList) {
    6768      return clientCommunicator.SendPlugins(pluginList);
    6869    }
Note: See TracChangeset for help on using the changeset viewer.