Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/08/11 16:38:28 (13 years ago)
Author:
ascheibe
Message:

#1233 more renaming for more consistency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.3/HeuristicLab.Clients.Hive.Slave-3.3.csproj

    r6701 r6725  
    101101  </ItemGroup>
    102102  <ItemGroup>
    103     <Compile Include="Exceptions\JobFailedException.cs" />
     103    <Compile Include="Exceptions\TaskFailedException.cs" />
    104104    <Compile Include="Manager\ConfigManager.cs" />
    105105    <Compile Include="Exceptions\SerializationException.cs" />
    106106    <Compile Include="Exceptions\OutOfMemoryException.cs" />
    107     <Compile Include="Exceptions\JobNotRunningException.cs" />
    108     <Compile Include="Exceptions\JobAlreadyRunningException.cs" />
    109     <Compile Include="Exceptions\JobNotFoundException.cs" />
    110     <Compile Include="Exceptions\JobNotDataFoundException.cs" />
     107    <Compile Include="Exceptions\TaskNotRunningException.cs" />
     108    <Compile Include="Exceptions\TaskAlreadyRunningException.cs" />
     109    <Compile Include="Exceptions\TaskNotFoundException.cs" />
     110    <Compile Include="Exceptions\TaskNotDataFoundException.cs" />
    111111    <Compile Include="ExecutorMessage.cs" />
    112112    <Compile Include="ExecutorQueue.cs" />
    113113    <Compile Include="IPluginProvider.cs" />
    114     <Compile Include="Manager\JobManager.cs" />
     114    <Compile Include="Manager\TaskManager.cs" />
    115115    <Compile Include="Exceptions\OutOfCoresException.cs" />
    116     <Compile Include="Exceptions\JobNotStartedException.cs" />
     116    <Compile Include="Exceptions\AppDomainNotCreatedException.cs" />
    117117    <Compile Include="SlaveClientCom.cs" />
    118118    <Compile Include="Core.cs" />
     
    121121    <Compile Include="Manager\HeartbeatManager.cs" />
    122122    <Compile Include="Exceptions\InvalidStateException.cs" />
    123     <Compile Include="JobStatus.cs" />
     123    <Compile Include="TaskStatus.cs" />
    124124    <Compile Include="MessageQueue.cs" />
    125125    <Compile Include="NetworkEnum.cs" />
     
    133133    <Compile Include="ServiceContracts\ISlaveCommunicationCallbacks.cs" />
    134134    <Compile Include="SlaveCommunicationService.cs" />
    135     <Compile Include="SlaveJob.cs" />
     135    <Compile Include="SlaveTask.cs" />
    136136    <Compile Include="SlaveStatusInfo.cs" />
    137137    <Compile Include="StatusCommons.cs" />
Note: See TracChangeset for help on using the changeset viewer.