Changeset 791 for trunk/sources/HeuristicLab.Hive.Contracts/Interfaces
- Timestamp:
- 11/20/08 15:45:16 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Contracts/Interfaces/IClientCommunicator.cs
r780 r791 34 34 public interface IClientCommunicator { 35 35 [OperationContract] 36 Response Login(Client clientInfo);36 Response Login(ClientInfo clientInfo); 37 37 [OperationContract] 38 38 ResponseHB SendHeartBeat(HeartBeatData hbData);
Note: See TracChangeset
for help on using the changeset viewer.