Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/14/11 16:25:18 (12 years ago)
Author:
spimming
Message:

#1680:

  • start client communication service optionally
  • make slave client communication interchangeable ('PipeCom', 'TraceCom')
File:
1 edited

Legend:

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

    r6983 r6989  
    128128  <ItemGroup>
    129129    <Compile Include="Exceptions\TaskFailedException.cs" />
     130    <Compile Include="IClientCom.cs" />
    130131    <Compile Include="Manager\ConfigManager.cs" />
    131132    <Compile Include="Exceptions\SerializationException.cs" />
     
    142143    <Compile Include="Exceptions\OutOfCoresException.cs" />
    143144    <Compile Include="Exceptions\AppDomainNotCreatedException.cs" />
     145    <Compile Include="PipeCom.cs" />
    144146    <Compile Include="SlaveClientCom.cs" />
    145147    <Compile Include="Core.cs" />
     
    163165    <Compile Include="SlaveStatusInfo.cs" />
    164166    <Compile Include="StatusCommons.cs" />
     167    <Compile Include="TraceCom.cs" />
    165168    <Compile Include="WcfService.cs" />
    166169    <None Include="app.config" />
Note: See TracChangeset for help on using the changeset viewer.