diff options
| author | Robert Greig <rgreig@apache.org> | 2007-01-05 16:16:48 +0000 |
|---|---|---|
| committer | Robert Greig <rgreig@apache.org> | 2007-01-05 16:16:48 +0000 |
| commit | 2d976b546f26b04f41606df6675f3217058d2d6f (patch) | |
| tree | c40f85ed4ec17747813cbd999835d3383ecd1079 /dotnet/Qpid.Client/Qpid.Client.csproj | |
| parent | 266a84874917ad36aa29f7771bb233c18f22e227 (diff) | |
| download | qpid-python-2d976b546f26b04f41606df6675f3217058d2d6f.tar.gz | |
Patch for Qpid-239 applied. BlockingSocketTransport instantiated directly.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@493064 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/Qpid.Client/Qpid.Client.csproj')
| -rw-r--r-- | dotnet/Qpid.Client/Qpid.Client.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dotnet/Qpid.Client/Qpid.Client.csproj b/dotnet/Qpid.Client/Qpid.Client.csproj index 84ada2a94b..83609b0757 100644 --- a/dotnet/Qpid.Client/Qpid.Client.csproj +++ b/dotnet/Qpid.Client/Qpid.Client.csproj @@ -97,6 +97,9 @@ <Compile Include="Client\Transport\IProtocolWriter.cs" />
<Compile Include="Client\Transport\ITransport.cs" />
<Compile Include="Client\Transport\SingleProtocolEncoderOutput.cs" />
+ <Compile Include="Client\Transport\Socket\Blocking\BlockingSocketProcessor.cs" />
+ <Compile Include="Client\Transport\Socket\Blocking\BlockingSocketTransport.cs" />
+ <Compile Include="Client\Transport\Socket\Blocking\ByteChannel.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="qms\BrokerInfo.cs" />
<Compile Include="qms\ConnectionInfo.cs" />
|
