aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/custom/wildcard
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-03-16 11:11:54 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-03-16 11:11:54 +0200
commit0d62005a3ff3b62d02c2eb3fd8644e0e19b202e8 (patch)
tree6cda0acea2d58cff3649af8a43e92fe024e4861d /examples/cxx/hybrid/custom/wildcard
parentf793c66692ef717ffec874b5002a9d95aef3485e (diff)
Change sequence names to be consistent with documentation
The *_seq names were changed to *_sequence. Also, the generated code now uses sequence names from the xml_schema namespace instead of the implementation namespaces (xsde::cxx::hybrid).
Diffstat (limited to 'examples/cxx/hybrid/custom/wildcard')
-rw-r--r--examples/cxx/hybrid/custom/wildcard/envelope.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cxx/hybrid/custom/wildcard/envelope.hxx b/examples/cxx/hybrid/custom/wildcard/envelope.hxx
index 56abedd..de2ba0a 100644
--- a/examples/cxx/hybrid/custom/wildcard/envelope.hxx
+++ b/examples/cxx/hybrid/custom/wildcard/envelope.hxx
@@ -15,7 +15,7 @@ namespace email
class envelope: public envelope_base
{
public:
- typedef xml_schema::var_seq<email::body> body_sequence;
+ typedef xml_schema::var_sequence<email::body> body_sequence;
typedef body_sequence::iterator body_iterator;
typedef body_sequence::const_iterator body_const_iterator;