Changeset 5599 for branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/ServiceContracts
- Timestamp:
- 03/03/11 14:18:29 (14 years ago)
- Location:
- branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/ServiceContracts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/ServiceContracts/ISlaveCommunication.cs
r5451 r5599 22 22 using System.ServiceModel; 23 23 24 namespace HeuristicLab.Clients.Hive.Slave .ServiceContracts {24 namespace HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts { 25 25 26 26 [ServiceContract(CallbackContract = typeof(ISlaveCommunicationCallbacks))] -
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/ServiceContracts/ISlaveCommunicationCallbacks.cs
r5314 r5599 21 21 22 22 using System.ServiceModel; 23 using HeuristicLab.Clients.Hive.Slave ;23 using HeuristicLab.Clients.Hive.SlaveCore; 24 24 25 namespace HeuristicLab.Clients.Hive.Slave .ServiceContracts {25 namespace HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts { 26 26 public interface ISlaveCommunicationCallbacks { 27 27
Note: See TracChangeset
for help on using the changeset viewer.