Changeset 300 for branches/3.0/sources
- Timestamp:
- 06/05/08 14:31:14 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/sources/HeuristicLab.DistributedEngine/DistributedEngine.cs
r279 r300 138 138 ThreadPool.QueueUserWorkItem(delegate(object state) { OnExceptionOccurred(e); }); 139 139 } 140 OnOperationExecuted(compositeOperation); 140 141 } else { 141 142 for(int i = compositeOperation.Operations.Count - 1; i >= 0; i--)
Note: See TracChangeset
for help on using the changeset viewer.