update to use proxy terminology
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9177 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
30bfad8bd3
commit
f6bc004de9
5 changed files with 9 additions and 9 deletions
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
// This is the cpp_typedef runtime testcase. It checks that shadow classes are
|
||||
// This is the cpp_typedef runtime testcase. It checks that proxy classes are
|
||||
// generated for typedef'd types.
|
||||
|
||||
import cpp_typedef.*;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
// This is the template_classes runtime testcase. It checks that SWIG handles a templated
|
||||
// class used by another templated class, in particular that the shadow classes can be used.
|
||||
// class used by another templated class, in particular that the proxy classes can be used.
|
||||
|
||||
import template_classes.*;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* This interface file tests whether the language modules handle the kind when declared
|
||||
* with the function/member name, especially when used with shadow classes.
|
||||
* with the function/member name, especially when used with proxy classes.
|
||||
*/
|
||||
|
||||
%module kind
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# This file illustrates the shadow-class C++ interface generated
|
||||
# This file illustrates the proxy class C++ interface generated
|
||||
# by SWIG.
|
||||
|
||||
dyn.load('double_delete_wrap.so')
|
||||
|
|
@ -9,4 +9,4 @@ cacheMetaData(1)
|
|||
|
||||
f <- Foo(2.0)
|
||||
delete(f);
|
||||
delete(f);
|
||||
delete(f);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue