*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4853 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Logan Johnson 2003-06-03 17:40:32 +00:00
commit 7c59584b8b

View file

@ -203,6 +203,12 @@ Ruby
**** Add Ruby support for Mark Rose's polymorphism code.
**** The "Resource Management in Proxies" section of the "SWIG and C++"
chapter discusses how proxies' ownership of their associated C++
object can change, and the use of the special disown() and
acquire() methods to change this ownership status. Need to
address this for Ruby as well.
[DONE] Investigate the new object allocation framework that has been
implemented for Ruby 1.8 and determine what (if anything) needs
to be changed for the wrapper code generated by SWIG. For background