Author: steshaw
Date: Mon Dec 4 03:40:13 2006
New Revision: 482145
URL: http://svn.apache.org/viewvc?view=rev&rev=482145
Log:
Rearrange in order of priority. Removed item for implementing basic.get (the
Java client doesn't have it either and AMQP 0.9 will bring changes in this
area).
Modified:
incubator/qpid/trunk/qpid/dotnet/TODO.txt
Modified: incubator/qpid/trunk/qpid/dotnet/TODO.txt
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/dotnet/TODO.txt?view=diff&rev=482145&r1=482144&r2=482145
==============================================================================
--- incubator/qpid/trunk/qpid/dotnet/TODO.txt (original)
+++ incubator/qpid/trunk/qpid/dotnet/TODO.txt Mon Dec 4 03:40:13 2006
@@ -5,9 +5,7 @@
* SSL. SSLStream composed over NetworkStream.
-* Implement a Async IO socket transport.
- Compare against blocking socket transport and configure default
appropriately.
-
* support multiple versions of AMQP from the same client.
-* Blocking receive i.e. Basic.Get
+* Implement a Async IO socket transport.
+ Compare against blocking socket transport and configure default
appropriately.