~ubuntu-branches/ubuntu/maverick/swig1.3/maverick

« back to all changes in this revision

Viewing changes to Examples/python/shadow/index.html

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-11-10 16:29:56 UTC
  • mfrom: (1.2.8 upstream) (2.1.3 lenny)
  • Revision ID: james.westby@ubuntu.com-20081110162956-xue6itkuqhbza87s
Tags: 1.3.36-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Drop pike and libchicken-dev from the build-depends 
    (both are universe)
  - Use python2.5 instead of python2.4.
  - use php5
  - Clean Runtime/ as well.
  - debian/Rules (clean): Remove Lib/ocaml/swigp4.ml.
  - drop "--without-mzscheme", we don't have it in our build-depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html>
2
 
<head>
3
 
<title>SWIG:Examples:python:shadow</title>
4
 
</head>
5
 
 
6
 
<body bgcolor="#ffffff">
7
 
 
8
 
 
9
 
<tt>SWIG/Examples/python/shadow/</tt>
10
 
<hr>
11
 
 
12
 
<H2>Wrapping a simple C++ class</H2>
13
 
 
14
 
<p>
15
 
This example illustrates the wrapping of some C++ classes by shadow classes.
16
 
 
17
 
<hr>
18
 
</body>
19
 
</html>