From 0d62005a3ff3b62d02c2eb3fd8644e0e19b202e8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 16 Mar 2009 11:11:54 +0200 Subject: 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). --- examples/cxx/hybrid/binary/custom/irawstream.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'examples/cxx/hybrid/binary/custom/irawstream.hxx') diff --git a/examples/cxx/hybrid/binary/custom/irawstream.hxx b/examples/cxx/hybrid/binary/custom/irawstream.hxx index 94d2382..e4292a7 100644 --- a/examples/cxx/hybrid/binary/custom/irawstream.hxx +++ b/examples/cxx/hybrid/binary/custom/irawstream.hxx @@ -75,16 +75,16 @@ void operator>> (irawstream&, xml_schema::gyear&); void operator>> (irawstream&, xml_schema::gyear_month&); void operator>> (irawstream&, xml_schema::time&); -void operator>> (irawstream&, xml_schema::str_seq&); +void operator>> (irawstream&, xml_schema::string_sequence&); template -void operator>> (irawstream&, xml_schema::pod_seq&); +void operator>> (irawstream&, xml_schema::pod_sequence&); template -void operator>> (irawstream&, xml_schema::fix_seq&); +void operator>> (irawstream&, xml_schema::fix_sequence&); template -void operator>> (irawstream&, xml_schema::var_seq&); +void operator>> (irawstream&, xml_schema::var_sequence&); #include "irawstream.ixx" #include "irawstream.txx" -- cgit v1.1