Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/05/08 14:30:02 (16 years ago)
Author:
gkronber
Message:

fixed #164

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.DistributedEngine/DistributedEngine.cs

    r281 r299  
    150150            ThreadPool.QueueUserWorkItem(delegate(object state) { OnExceptionOccurred(e); });
    151151          }
     152          OnOperationExecuted(compositeOperation);
    152153        } else {
    153154          for(int i = compositeOperation.Operations.Count - 1; i >= 0; i--)
Note: See TracChangeset for help on using the changeset viewer.