Changeset 1022
- Timestamp:
- 12/18/08 13:56:06 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Server.Core/ClientCommunicator.cs
r1020 r1022 17 17 /// </summary> 18 18 public class ClientCommunicator: IClientCommunicator { 19 int nrOfJobs = 10;19 int nrOfJobs = 0; 20 20 21 21 IClientAdapter clientAdapter;
Note: See TracChangeset
for help on using the changeset viewer.