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). --- libxsde/xsde/cxx/hybrid/cdr/ostream.hxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'libxsde/xsde/cxx/hybrid/cdr/ostream.hxx') diff --git a/libxsde/xsde/cxx/hybrid/cdr/ostream.hxx b/libxsde/xsde/cxx/hybrid/cdr/ostream.hxx index 6b33fe0..851882e 100644 --- a/libxsde/xsde/cxx/hybrid/cdr/ostream.hxx +++ b/libxsde/xsde/cxx/hybrid/cdr/ostream.hxx @@ -155,22 +155,22 @@ namespace xsde #ifdef XSDE_EXCEPTIONS template - void operator<< (ocdrstream&, const pod_seq&); + void operator<< (ocdrstream&, const pod_sequence&); template - void operator<< (ocdrstream&, const fix_seq&); + void operator<< (ocdrstream&, const fix_sequence&); template - void operator<< (ocdrstream&, const var_seq&); + void operator<< (ocdrstream&, const var_sequence&); #else template - bool operator<< (ocdrstream&, const pod_seq&); + bool operator<< (ocdrstream&, const pod_sequence&); template - bool operator<< (ocdrstream&, const fix_seq&); + bool operator<< (ocdrstream&, const fix_sequence&); template - bool operator<< (ocdrstream&, const var_seq&); + bool operator<< (ocdrstream&, const var_sequence&); #endif } } -- cgit v1.1