*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4879 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f1e8bb3b1e
commit
3aabcbb587
1 changed files with 12 additions and 0 deletions
|
|
@ -1,5 +1,17 @@
|
|||
Version 1.3.20 (In progress)
|
||||
============================
|
||||
06/10/2003: cheetah (William Fulton)
|
||||
[Java] New typemaps: javadestruct_base and javadestruct_derived
|
||||
for the C++ destructor wrapper. The _base version gets used by
|
||||
classes at the top of an inheritance chain and the _derived
|
||||
version gets used by other classes.
|
||||
|
||||
[C#] cildispose and cildisposeoverride typemaps replaced by
|
||||
csdestruct_base and csdestruct_derived typemaps. The delete()
|
||||
method has been removed and its functionality put into these
|
||||
typemaps designed for the Dispose method.
|
||||
New typemaps: csfinalize for finalizers.
|
||||
|
||||
06/10/2002: Tiger
|
||||
Modified contract code for error message output.
|
||||
Contract code can now print out simple error message.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue