summaryrefslogtreecommitdiff
path: root/cpp/test/IceXML/encoding/Client.cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2002-10-26 00:00:14 +0000
committerMark Spruiell <mes@zeroc.com>2002-10-26 00:00:14 +0000
commit00457a89c9c6b0c7989bc38e868d9c9b8d398412 (patch)
tree295a70e1e5b1faa27feed752532e1ac2916c86eb /cpp/test/IceXML/encoding/Client.cpp
parentgcc 3.2 fixes (diff)
downloadice-00457a89c9c6b0c7989bc38e868d9c9b8d398412.tar.bz2
ice-00457a89c9c6b0c7989bc38e868d9c9b8d398412.tar.xz
ice-00457a89c9c6b0c7989bc38e868d9c9b8d398412.zip
changing Mutable Realms to ZeroC
Diffstat (limited to 'cpp/test/IceXML/encoding/Client.cpp')
-rw-r--r--cpp/test/IceXML/encoding/Client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/IceXML/encoding/Client.cpp b/cpp/test/IceXML/encoding/Client.cpp
index 4a1a29a5da9..4bc42dc78a6 100644
--- a/cpp/test/IceXML/encoding/Client.cpp
+++ b/cpp/test/IceXML/encoding/Client.cpp
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
@@ -18,7 +18,7 @@ using namespace std;
static string header =
"<ice:data xmlns=\"http://www.noorg.org/schemas\""
-" xmlns:ice=\"http://www.mutablerealms.com/schemas\""
+" xmlns:ice=\"http://www.zeroc.com/schemas\""
" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\""
" xsi:schemaLocation=\"http://www.noorg.org/schemas Test.xsd\">";