aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/custom/wildcard/envelope.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-03-16 08:16:43 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-03-16 08:16:43 +0200
commitbce9d5a76072ec697ef69021818aa68709036da5 (patch)
tree9ec56eff60abacaea121d1602a1e48388ca34216 /examples/cxx/hybrid/custom/wildcard/envelope.cxx
parentbe19f3aae4e16b4dc9c980cb9b53e807616662ef (diff)
Add support for type customization in C++/Hybrid
examples/cxx/hybrid/custom/wildcard/: new example
Diffstat (limited to 'examples/cxx/hybrid/custom/wildcard/envelope.cxx')
-rw-r--r--examples/cxx/hybrid/custom/wildcard/envelope.cxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/cxx/hybrid/custom/wildcard/envelope.cxx b/examples/cxx/hybrid/custom/wildcard/envelope.cxx
new file mode 100644
index 0000000..bec57a3
--- /dev/null
+++ b/examples/cxx/hybrid/custom/wildcard/envelope.cxx
@@ -0,0 +1,11 @@
+// file : examples/cxx/hybrid/custom/wildcard/envelope.cxx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : not copyrighted - public domain
+
+// Include email.hxx (which includes envelope.hxx) instead of envelope.hxx.
+//
+#include "email.hxx"
+
+namespace email
+{
+}