X-Git-Url: http://git.silcnet.org/gitweb/?p=runtime.git;a=blobdiff_plain;f=TODO;h=e907469ae69eee172f41a3210a49bdfafb44902e;hp=7f116c959882044a3a3b4dea4b3cf395b1963a39;hb=76c779783817ba7cdbe67ca83971134ce70e662f;hpb=480c4f6e83cbdec38af98419430450b9fd8600f8 diff --git a/TODO b/TODO index 7f116c95..e907469a 100644 --- a/TODO +++ b/TODO @@ -164,10 +164,21 @@ Runtime library, lib/silcutil/ rwlock implementation using atomic operations.) not for now. -lib/silcutil/symbian/ -===================== +Windows Support +=============== + + +Symbian OS Support +================== o Something needs to be thought to the logging globals as well, like silc_debug etc. They won't work on EPOC. Perhaps logging and debugging is to be disabled on EPOC. The logging currently works - by it cannot be controlled, same with debugging. + by it cannot be controlled, same with debugging. SILC Global API + MUST be used with all globals on Symbian. + + o gethostname() returns "Function not implemented". Others may return + the same. We should fix that probably to use RHostResolver and + GetHostName(). + + o silc_thread_exit should call User::Exit().