diff UCIS.csproj @ 5:2933f7750542

Added read-buffering stream wrapper
author Ivo Smits <Ivo@UCIS.nl>
date Tue, 08 Jan 2013 16:38:21 +0100
parents 28dc7d535036
children 2e0ff842aa4a
line wrap: on
line diff
--- a/UCIS.csproj	Tue Jan 08 14:48:43 2013 +0100
+++ b/UCIS.csproj	Tue Jan 08 16:38:21 2013 +0100
@@ -81,11 +81,13 @@
     <Compile Include="ThreadPool.cs" />
     <Compile Include="UTF8NoPreamble.cs" />
     <Compile Include="Util\ArrayUtil.cs" />
+    <Compile Include="Util\AsyncResultBase.cs" />
     <Compile Include="Util\AsyncStream.cs" />
     <Compile Include="Util\CrossStream.cs" />
     <Compile Include="Util\HoldStream.cs" />
     <Compile Include="Util\PacketStream.cs" />
     <Compile Include="Util\PipeStream.cs" />
+    <Compile Include="Util\PrebufferingStream.cs" />
     <Compile Include="Util\QueuedPacketStream.cs" />
     <Compile Include="Windows\ServiceManager.cs" />
     <Compile Include="Xml\PolicyFile.cs" />