- Timestamp:
- 03/20/09 13:56:55 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Client.Core/ClientConsoleService/ClientConsoleCommunicator.cs
r1132 r1379 13 13 #region IClientConsoleCommunicator Members 14 14 15 public StatusCommons GetStatusInfos() { 16 lock (Core.Locker) { 15 public StatusCommons GetStatusInfos() { 17 16 return ConfigManager.Instance.GetStatusForClientConsole(); 18 }19 17 } 20 18
Note: See TracChangeset
for help on using the changeset viewer.