- Timestamp:
- 11/13/08 16:52:52 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Server.Core/ClientCommunicator.cs
r741 r751 3 3 using System.Linq; 4 4 using System.Text; 5 using HeuristicLab.Hive.Contracts.BusinessObjects; 5 6 using HeuristicLab.Hive.Server.Interfaces; 6 7 … … 9 10 #region IClientCommunicator Members 10 11 11 public Response Login( HeuristicLab.Hive.Server.BusinessObjects.Client clientInfo) {12 public Response Login(Client clientInfo) { 12 13 Response response = new Response(); 13 14 response.Success = true;
Note: See TracChangeset
for help on using the changeset viewer.