Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/14/09 16:05:26 (15 years ago)
Author:
svonolfe
Message:

Added execution engine facade (#465)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.Core/ClientCommunicator.cs

    r1118 r1120  
    153153          job2Calculate.State = State.calculating;
    154154          response.Job = job2Calculate;
    155           jobAdapter.Update(job2Calculate);         
    156           response.SerializedJob = PersistenceManager.SaveToGZip(new TestJob());
     155          jobAdapter.Update(job2Calculate);
    157156          response.Success = true;
    158157          response.StatusMessage = ApplicationConstants.RESPONSE_COMMUNICATOR_JOB_PULLED;
Note: See TracChangeset for help on using the changeset viewer.