diff options
author | m0gg | 2007-01-03 12:16:02 +0000 |
---|---|---|
committer | m0gg | 2007-01-03 12:16:02 +0000 |
commit | ec3069c4d22c203ccec20eb48618c9cbef2a8b59 (patch) | |
tree | 96704f01129c0bb8bbf8a874d0a419e76acebf2a | |
parent | 561409cd8e62a912be97259cd44046f347bc76d0 (diff) | |
download | csoap-ec3069c4d22c203ccec20eb48618c9cbef2a8b59.tar.gz csoap-ec3069c4d22c203ccec20eb48618c9cbef2a8b59.tar.bz2 |
Added content of xsd2c/TODO to TODO
-rw-r--r-- | TODO | 7 | ||||
-rw-r--r-- | examples/csoap/Makefile.am | 4 | ||||
-rw-r--r-- | xsd2c/TODO | 29 |
3 files changed, 8 insertions, 32 deletions
@@ -1,4 +1,4 @@ -$Id: TODO,v 1.16 2007/01/01 22:54:46 m0gg Exp $ +$Id: TODO,v 1.17 2007/01/03 12:16:02 m0gg Exp $ =============================================================================== Things to do _before_ 1.2 release: @@ -58,3 +58,8 @@ wsdl2c: xsd2c: ====== ++ Add extension base functionality OK ++ Add deserialize functionality OK ++ Add simpleTypes (list, restriction?, ...) ++ List free must use ( <Obj>_Free(..->value) ) instead of ( free() ) + diff --git a/examples/csoap/Makefile.am b/examples/csoap/Makefile.am index 0fb5c0c..d670f3c 100644 --- a/examples/csoap/Makefile.am +++ b/examples/csoap/Makefile.am @@ -1,5 +1,5 @@ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # LDADD=../../nanohttp/libnanohttp.la ../../libcsoap/libcsoap.la INCLUDES=-I${top_srcdir} @@ -7,7 +7,7 @@ INCLUDES=-I${top_srcdir} noinst_PROGRAMS=simpleclient \ simpleserver \ echoattachments-client \ - echoattachments-server \ + echoattachments-server bin_PROGRAMS=soapclient diff --git a/xsd2c/TODO b/xsd2c/TODO deleted file mode 100644 index d89ae79..0000000 --- a/xsd2c/TODO +++ /dev/null @@ -1,29 +0,0 @@ --------------------------------------------------------- - xsd2c TODO --------------------------------------------------------- -PROJECT: xsd2c -CREATED: 30.03.2003 -WRITTEN BY: Ferhat Ayaz --------------------------------------------------------- -$Id: TODO,v 1.2 2004/06/03 13:14:35 snowdrop Exp $ -$Log: TODO,v $ -Revision 1.2 2004/06/03 13:14:35 snowdrop -fixed some little bugs - -Revision 1.1 2004/06/02 11:17:03 snowdrop -initial import - -Revision 1.1 2003/03/30 21:38:20 snowdrop -initial import - --------------------------------------------------------- - -# Urls to test -# http://webservices.wolfram.com/services/Integrator/Integrate.m?wsdl -# - -+ Add extension base functionality OK -+ Add deserialize functionality OK -+ Add simpleTypes (list, restriction?, ...) -+ List free must use ( <Obj>_Free(..->value) ) instead of ( free() ) - |