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/ClientCommunicator.cs

    r1377 r1445  
    3434using HeuristicLab.Hive.Server.Core.InternalInterfaces;
    3535using System.Threading;
     36using HeuristicLab.PluginInfrastructure;
    3637
    3738namespace HeuristicLab.Hive.Server.Core {
     
    412413    }
    413414
    414     public ResponsePlugin SendPlugins(List<string> pluginList) {
     415    public ResponsePlugin SendPlugins(List<PluginInfo> pluginList) {
    415416      throw new NotImplementedException();
    416417    }
Note: See TracChangeset for help on using the changeset viewer.