Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/02/10 16:18:39 (14 years ago)
Author:
abeham
Message:

#866

  • Fixed EvaluationTCPChannel
    • Message delimiter and message are sent in the same call to socket.Send
  • Added EvaluationTCPChannelView
Location:
trunk/sources/HeuristicLab.Problems.ExternalEvaluation.Views/3.3
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.ExternalEvaluation.Views/3.3/HeuristicLab.Problems.ExternalEvaluation.Views-3.3.csproj

    r3881 r3890  
    9595      <DependentUpon>EvaluationProcessChannelView.cs</DependentUpon>
    9696    </Compile>
     97    <Compile Include="EvaluationTCPChannelView.cs">
     98      <SubType>UserControl</SubType>
     99    </Compile>
     100    <Compile Include="EvaluationTCPChannelView.Designer.cs">
     101      <DependentUpon>EvaluationTCPChannelView.cs</DependentUpon>
     102    </Compile>
    97103    <Compile Include="HeuristicLabProblemsExternalEvaluationViewsPlugin.cs" />
    98104    <Compile Include="Properties\AssemblyInfo.cs" />
     
    148154      <DependentUpon>EvaluationServiceClientView.cs</DependentUpon>
    149155    </EmbeddedResource>
     156    <EmbeddedResource Include="EvaluationTCPChannelView.resx">
     157      <DependentUpon>EvaluationTCPChannelView.cs</DependentUpon>
     158    </EmbeddedResource>
    150159    <EmbeddedResource Include="SolutionMessageBuilderView.resx">
    151160      <DependentUpon>SolutionMessageBuilderView.cs</DependentUpon>
Note: See TracChangeset for help on using the changeset viewer.