summaryrefslogtreecommitdiff
path: root/TODOS
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-17 16:32:44 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-17 16:32:44 +0200
commitc0b159e9f992c70921eb5ca4c0f0f6d448cb9a65 (patch)
treec3795373d68b48d1bd6f334289e131dd3731d80f /TODOS
parent9de77404b9fea20dc6a43b6514fa6d3f534c5070 (diff)
downloadcrawler-c0b159e9f992c70921eb5ca4c0f0f6d448cb9a65.tar.gz
crawler-c0b159e9f992c70921eb5ca4c0f0f6d448cb9a65.tar.bz2
added a common base class for spooling rewind input stream, adapted
libfetch rewind input stream to use that one
Diffstat (limited to 'TODOS')
-rw-r--r--TODOS2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODOS b/TODOS
index 5603cce..47ad6ae 100644
--- a/TODOS
+++ b/TODOS
@@ -2,4 +2,6 @@
loadable modules on Windows, example is the logger singleton currently
- common spooling code in RewindInputStream must be extracted and
used in a cascade of streams (or streambufs?)
+- use traits in rewindinputstream, alternative wrappers for char/string
+ traits depending on underlying io stream