- Timestamp:
- 06/04/09 16:12:01 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Server.Core/3.2/ClientManager.cs
r1826 r2003 203 203 if (resource.Id == resourceId) { 204 204 clientGroup.Resources.Remove(resource); 205 clientGroupAdapter.Update(clientGroup); 205 206 response.Success = true; 206 207 response.StatusMessage = ApplicationConstants.RESPONSE_CLIENT_RESOURCE_REMOVED;
Note: See TracChangeset
for help on using the changeset viewer.