aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/binary/custom/irawstream.cxx
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/binary/custom/irawstream.cxx
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/binary/custom/irawstream.cxx')
-rw-r--r--examples/cxx/hybrid/binary/custom/irawstream.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cxx/hybrid/binary/custom/irawstream.cxx b/examples/cxx/hybrid/binary/custom/irawstream.cxx
index d3d6aae..d4829ea 100644
--- a/examples/cxx/hybrid/binary/custom/irawstream.cxx
+++ b/examples/cxx/hybrid/binary/custom/irawstream.cxx
@@ -56,7 +56,7 @@ operator>> (buffer& x)
}
void
-operator>> (irawstream& s, str_seq& x)
+operator>> (irawstream& s, string_sequence& x)
{
size_t n;
irawstream::as_size as_size (n);