java c# update

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6595 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2004-11-01 23:21:51 +00:00
commit 6e2298a28b

4
TODO
View file

@ -213,7 +213,7 @@ Ruby
Java
----
**** Default argument support. Default arguments are effectively ignored
[DONE] Default argument support. Default arguments are effectively ignored
at present. An overridden method for each default argument could be
generated thereby enabling one to call methods with default arguments.
@ -228,7 +228,7 @@ C#
**** Fix exception handling. Currently memory leaks occur when a C# exception
is thrown from C/C++.
**** Default argument support - see Java above.
[DONE] Default argument support - see Java above.
PHP
---