Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/29/08 16:17:10 (16 years ago)
Author:
gkronber
Message:

removed the distinction between controller agents and normal agents. Also removed the AgentScheduler because it is not needed anymore. (ticket #204)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.CEDMA.DB.Interfaces/IDatabase.cs

    r390 r398  
    3131  public interface IDatabase {
    3232    [OperationContract]
    33     long InsertAgent(long? parentAgentId, string name, bool controllerAgent, byte[] rawData);
     33    long InsertAgent(long? parentAgentId, string name, byte[] rawData);
    3434
    3535    [OperationContract(Name = "UpdateAgentName")]
Note: See TracChangeset for help on using the changeset viewer.