summaryrefslogtreecommitdiff
path: root/cpp/test/XMLTransform/transform/Populate.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/XMLTransform/transform/Populate.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/XMLTransform/transform/Populate.cpp')
-rw-r--r--cpp/test/XMLTransform/transform/Populate.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/test/XMLTransform/transform/Populate.cpp b/cpp/test/XMLTransform/transform/Populate.cpp
index c629696a949..d75efb2de00 100644
--- a/cpp/test/XMLTransform/transform/Populate.cpp
+++ b/cpp/test/XMLTransform/transform/Populate.cpp
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2002
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
@@ -853,9 +853,9 @@ transformEvictor(const DBEnvironmentPtr& dbEnv)
"<xs:schema xmlns:xs=\"http://www.w3.org/2001/XMLSchema\""
" elementFormDefault=\"qualified\""
" xmlns:tns=\"http://www.noorg.org/schemas\""
- " xmlns:ice=\"http://www.mutablerealms.com/schemas\""
+ " xmlns:ice=\"http://www.zeroc.com/schemas\""
" targetNamespace=\"http://www.noorg.org/schemas\">"
- " <xs:import namespace=\"http://www.mutablerealms.com/schemas\" schemaLocation=\"ice.xsd\"/>"
+ " <xs:import namespace=\"http://www.zeroc.com/schemas\" schemaLocation=\"ice.xsd\"/>"
" <xs:element name=\"Key\" type=\"_internal.Ice.IdentityType\"/>"
" <xs:element name=\"Value\" type=\"ice:_internal.objectType\"/></xs:schema>";