diff options
author | Mark Spruiell <mes@zeroc.com> | 2002-10-26 00:00:14 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2002-10-26 00:00:14 +0000 |
commit | 00457a89c9c6b0c7989bc38e868d9c9b8d398412 (patch) | |
tree | 295a70e1e5b1faa27feed752532e1ac2916c86eb /cpp/src/slice2freezej/Main.cpp | |
parent | gcc 3.2 fixes (diff) | |
download | ice-00457a89c9c6b0c7989bc38e868d9c9b8d398412.tar.bz2 ice-00457a89c9c6b0c7989bc38e868d9c9b8d398412.tar.xz ice-00457a89c9c6b0c7989bc38e868d9c9b8d398412.zip |
changing Mutable Realms to ZeroC
Diffstat (limited to 'cpp/src/slice2freezej/Main.cpp')
-rw-r--r-- | cpp/src/slice2freezej/Main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/slice2freezej/Main.cpp b/cpp/src/slice2freezej/Main.cpp index ab0ff0eebe1..172680c8dbf 100644 --- a/cpp/src/slice2freezej/Main.cpp +++ b/cpp/src/slice2freezej/Main.cpp @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2002 -// Mutable Realms, Inc. +// ZeroC, Inc. // Huntsville, AL, USA // // All Rights Reserved @@ -388,7 +388,7 @@ FreezeGenerator::generate(UnitPtr& unit, const Dict& dict) out << sp << nl << "private static final String _header = "; out.useCurrentPosAsIndent(); out << "\"<ice:data xmlns=\\\"http://www.noorg.org/schemas\\\"\" +" - << nl << "\" xmlns:ice=\\\"http://www.mutablerealms.com/schemas\\\"\" +" + << nl << "\" xmlns:ice=\\\"http://www.zeroc.com/schemas\\\"\" +" << nl << "\" xmlns:xsi=\\\"http://www.w3.org/2001/XMLSchema-instance\\\"\" +" << nl << "\" xsi:schemaLocation=\\\"http://www.noorg.org/schemas " << name << ".xsd\\\">\";"; out.restoreIndent(); |