Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/18/10 15:29:57 (14 years ago)
Author:
cneumuel
Message:

Rename "Client" to "Slave" #1157

File:
1 edited

Legend:

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

    r4171 r4253  
    117117    <Compile Include="Authorization\Policy.cs" />
    118118    <Compile Include="Authorization\PolicyCollection.cs" />
    119     <Compile Include="ClientCommunicator.cs" />
    120     <Compile Include="Facades\ClientFacade.cs" />
    121     <Compile Include="ClientManager.cs" />
     119    <Compile Include="SlaveCommunicator.cs" />
     120    <Compile Include="Facades\SlaveFacade.cs" />
     121    <Compile Include="SlaveManager.cs" />
    122122    <Compile Include="DaoLocator.cs" />
    123123    <Compile Include="DefaultScheduler.cs" />
     
    127127    <Compile Include="HiveServerMessages.Designer.cs" />
    128128    <Compile Include="InternalInterfaces\IHivePermissionManager.cs" />
    129     <Compile Include="InternalInterfaces\IInternalClientCommunicator.cs" />
     129    <Compile Include="InternalInterfaces\IInternalSlaveCommunicator.cs" />
    130130    <Compile Include="InternalInterfaces\IInternalJobManager.cs" />
    131131    <Compile Include="InternalInterfaces\IScheduler.cs" />
Note: See TracChangeset for help on using the changeset viewer.