Changeset 1445 for trunk/sources/HeuristicLab.Hive.Contracts/Interfaces
- Timestamp:
- 03/27/09 13:31:53 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Contracts/Interfaces/IClientCommunicator.cs
r1374 r1445 26 26 using System.ServiceModel; 27 27 using HeuristicLab.Hive.Contracts.BusinessObjects; 28 using HeuristicLab.PluginInfrastructure; 28 29 29 30 namespace HeuristicLab.Hive.Contracts.Interfaces { … … 56 57 Response IsJobStillNeeded(long jobId); 57 58 [OperationContract] 58 ResponsePlugin SendPlugins(List< String> pluginList);59 ResponsePlugin SendPlugins(List<PluginInfo> pluginList); 59 60 } 60 61 }
Note: See TracChangeset
for help on using the changeset viewer.