- Timestamp:
- 04/11/11 15:32:27 (14 years ago)
- Location:
- branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.Common/3.4
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.Common/3.4/HeuristicLab.Services.Hive.Common-3.4.csproj
r5852 r6000 95 95 <ItemGroup> 96 96 <Compile Include="ApplicationConstants.cs" /> 97 <Compile Include="ServiceFaults\PluginAlreadyExistsFault.cs" /> 97 98 <None Include="HeuristicLabServicesHiveCommonPlugin.cs.frame" /> 98 99 <Compile Include="DataTransfer\Appointment.cs" /> -
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.Common/3.4/ServiceContracts/IHiveService.cs
r5779 r6000 101 101 #region Plugin Methods 102 102 [OperationContract] 103 Plugin GetPlugin(Guid pluginId); 104 [OperationContract] 105 [FaultContract(typeof(PluginAlreadyExistsFault))] 103 106 Guid AddPlugin(Plugin plugin, List<PluginData> pluginData); 104 107 [OperationContract]
Note: See TracChangeset
for help on using the changeset viewer.