- Timestamp:
- 04/17/09 14:31:49 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Server.Core/3.2/ClientFacade.cs
r1593 r1600 70 70 71 71 public ResponseResultReceived ProcessSnapshot(Guid clientId, Guid jobId, byte[] result, double percentage, Exception exception) { 72 throw new NotImplementedException();72 return clientCommunicator.ProcessSnapshot(clientId, jobId, result, percentage, exception); 73 73 } 74 74
Note: See TracChangeset
for help on using the changeset viewer.