diff options
author | Marc Laukien <marc@zeroc.com> | 2003-02-04 22:32:11 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2003-02-04 22:32:11 +0000 |
commit | 2889fba1ab291cea7f842e098e8ed160f1f5fc66 (patch) | |
tree | 381d2f1da0235a3ab3eb1ec9e042a1231ec7ef4c /cpp/test/IceXML/encoding/Client.cpp | |
parent | minor (diff) | |
download | ice-2889fba1ab291cea7f842e098e8ed160f1f5fc66.tar.bz2 ice-2889fba1ab291cea7f842e098e8ed160f1f5fc66.tar.xz ice-2889fba1ab291cea7f842e098e8ed160f1f5fc66.zip |
version update; date change
Diffstat (limited to 'cpp/test/IceXML/encoding/Client.cpp')
-rw-r--r-- | cpp/test/IceXML/encoding/Client.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/IceXML/encoding/Client.cpp b/cpp/test/IceXML/encoding/Client.cpp index 1faea2d87bc..b3f7cebd1a9 100644 --- a/cpp/test/IceXML/encoding/Client.cpp +++ b/cpp/test/IceXML/encoding/Client.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2002 +// Copyright (c) 2003 // ZeroC, Inc. // Billerica, MA, USA // @@ -23,7 +23,7 @@ using namespace std; static string header = "<ice:data xmlns=\"http://www.noorg.org/schemas\"" " xmlns:ice=\"http://www.zeroc.com/schemas\"" -" xmlns:xsi=\"http://www.w3.org/2002/XMLSchema-instance\"" +" xmlns:xsi=\"http://www.w3.org/2003/XMLSchema-instance\"" " xsi:schemaLocation=\"http://www.noorg.org/schemas Test.xsd\">"; static string footer = |