diff options
author | Marc Laukien <marc@zeroc.com> | 2002-11-06 21:35:04 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-11-06 21:35:04 +0000 |
commit | ef26d3cb335b4dc8ca86d499d6dba9b0e3ef9505 (patch) | |
tree | efd40b745753bf14696290ad7b24f0e698db6704 /cpp/src/slice2xsd/Gen.cpp | |
parent | adding package (diff) | |
download | ice-ef26d3cb335b4dc8ca86d499d6dba9b0e3ef9505.tar.bz2 ice-ef26d3cb335b4dc8ca86d499d6dba9b0e3ef9505.tar.xz ice-ef26d3cb335b4dc8ca86d499d6dba9b0e3ef9505.zip |
fixed copyright date
Diffstat (limited to 'cpp/src/slice2xsd/Gen.cpp')
-rw-r--r-- | cpp/src/slice2xsd/Gen.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/slice2xsd/Gen.cpp b/cpp/src/slice2xsd/Gen.cpp index b7e71e263d0..ae4f9ef8576 100644 --- a/cpp/src/slice2xsd/Gen.cpp +++ b/cpp/src/slice2xsd/Gen.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2001 +// Copyright (c) 2002 // ZeroC, Inc. // Billerica, MA, USA // @@ -81,7 +81,7 @@ Slice::Gen::generate(const UnitPtr& unit) // ostringstream os; os << "xs:schema" - << " xmlns:xs=\"http://www.w3.org/2001/XMLSchema\"" + << " xmlns:xs=\"http://www.w3.org/2002/XMLSchema\"" << "\n elementFormDefault=\"qualified\"" << "\n xmlns:ice=\"http://www.zeroc.com/schemas\"" << "\n xmlns:tns=\"" << _orgName << "/schemas\"" |