shadow->proxy terminlogy update

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10398 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2008-04-29 18:01:45 +00:00
commit 76eaea911b
21 changed files with 26 additions and 27 deletions

View file

@ -1,18 +1,18 @@
<html>
<head>
<title>SWIG:Examples:python:shadow</title>
<title>SWIG:Examples:python:proxy</title>
</head>
<body bgcolor="#ffffff">
<tt>SWIG/Examples/python/shadow/</tt>
<tt>SWIG/Examples/python/proxy/</tt>
<hr>
<H2>Wrapping a simple C++ class</H2>
<p>
This example illustrates the wrapping of some C++ classes by shadow classes.
This example illustrates the wrapping of some C++ classes by proxy classes.
<hr>
</body>

View file

@ -1,6 +1,6 @@
# file: runme.py
# This file illustrates the shadow-class C++ interface generated
# This file illustrates the proxy class C++ interface generated
# by SWIG.
import example