Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/19/10 15:47:46 (14 years ago)
Author:
cneumuel
Message:

renamed all database entities from "Client" to "Slave" (#1157)
made slave-heartbeats synchronous, also they send HBs when timetable disallows them to calculate. they will appear on the server as Idle bis IsAllowedToCalculate will be false (#1159)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Contracts/3.3/HeuristicLab.Hive.Contracts-3.3.csproj

    r4264 r4267  
    119119    <Compile Include="BusinessObjects\CachedHivePluginInfoDto.cs" />
    120120    <Compile Include="BusinessObjects\CalendarState.cs" />
    121     <Compile Include="BusinessObjects\ClientGroupDto.cs" />
     121    <Compile Include="BusinessObjects\SlaveGroupDto.cs" />
    122122    <Compile Include="BusinessObjects\HivePluginFile.cs" />
    123123    <Compile Include="BusinessObjects\JobResultList.cs" />
     
    133133    <Compile Include="BusinessObjects\SlaveState.cs" />
    134134    <Compile Include="BusinessObjects\UpTimeStatisticsDto.cs" />
    135     <Compile Include="BusinessObjects\ClientDto.cs" />
    136     <Compile Include="BusinessObjects\ClientConfigDto.cs" />
    137     <Compile Include="BusinessObjects\ClientGroupDtoList.cs" />
     135    <Compile Include="BusinessObjects\SlaveDto.cs" />
     136    <Compile Include="BusinessObjects\SlaveConfigDto.cs" />
     137    <Compile Include="BusinessObjects\SlaveGroupDtoList.cs" />
    138138    <Compile Include="RecurrentEvent.cs" />
    139139    <Compile Include="ResponseObjects\ResponseCalendar.cs" />
Note: See TracChangeset for help on using the changeset viewer.