move %extend_smart_pointer to pyuserdir.swg

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8713 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-02-05 03:07:28 +00:00
commit 750c9c1efb
3 changed files with 58 additions and 8 deletions

View file

@ -107,10 +107,4 @@
}
}
/* Use this macro to extend the smart pointer support */
%define %extend_smart_pointer(Type...)
%implicitconv Type;
%apply const SWIGTYPE& SMARTPOINTER { const Type& };
%apply SWIGTYPE SMARTPOINTER { Type };
%enddef