add disown.i and li_attribute.i

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7726 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2005-10-26 07:08:18 +00:00
commit 1fa14f74a7
12 changed files with 98 additions and 5 deletions

View file

@ -24,7 +24,6 @@ CPP_TEST_CASES += \
input \
inplaceadd \
kwargs \
li_attribute \
li_cstring \
li_cwstring \
li_implicit \

View file

@ -0,0 +1,6 @@
from disown import *
a = A()
b = B()
b.acquire(a)