From bce9d5a76072ec697ef69021818aa68709036da5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 16 Mar 2009 08:16:43 +0200 Subject: Add support for type customization in C++/Hybrid examples/cxx/hybrid/custom/wildcard/: new example --- examples/cxx/hybrid/custom/wildcard/envelope.cxx | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 examples/cxx/hybrid/custom/wildcard/envelope.cxx (limited to 'examples/cxx/hybrid/custom/wildcard/envelope.cxx') 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 +// copyright : not copyrighted - public domain + +// Include email.hxx (which includes envelope.hxx) instead of envelope.hxx. +// +#include "email.hxx" + +namespace email +{ +} -- cgit v1.1