From 271c652cddfab36ac1eba63e68b7e87de09b9da4 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 23 Aug 2012 11:35:32 +0200 Subject: added some helper to open log sinks --- TODOS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'TODOS') diff --git a/TODOS b/TODOS index 81e755c..949dc8a 100755 --- a/TODOS +++ b/TODOS @@ -1,6 +1,3 @@ -- singleton with registered pointers, so they can be shared between - loadable modules on Windows, example is the logger singleton currently: -- rewrite logger as proper singleton - use traits in rewindinputstream, alternative wrappers for char/string traits depending on underlying io stream - spooling in RIS: @@ -11,4 +8,7 @@ ownership but act more as a handle). Avoid funny trouble with objects originating for modules (especially DLLs on Windows) - ctor parameter types must be part of register function signature - +- type detection + - content based type detection on Windows + - port of libmagic? + - something from Microsoft (around the index service)? -- cgit v1.2.3-54-g00ecf