summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO7
-rw-r--r--examples/csoap/Makefile.am4
-rw-r--r--xsd2c/TODO29
3 files changed, 8 insertions, 32 deletions
diff --git a/TODO b/TODO
index 3b50e5e..8381e81 100644
--- a/TODO
+++ b/TODO
@@ -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() )
-