diff options
author | Mark Spruiell <mes@zeroc.com> | 2001-11-14 20:57:12 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2001-11-14 20:57:12 +0000 |
commit | d71c97e24093166230fb66d83054b5895c8c8e3d (patch) | |
tree | 7d97a1f4b8f56888224e345c2ae131cb7246b816 /cpp/src/slice2java/Gen.cpp | |
parent | minor docu changes (diff) | |
download | ice-d71c97e24093166230fb66d83054b5895c8c8e3d.tar.bz2 ice-d71c97e24093166230fb66d83054b5895c8c8e3d.tar.xz ice-d71c97e24093166230fb66d83054b5895c8c8e3d.zip |
prefix fix
Diffstat (limited to 'cpp/src/slice2java/Gen.cpp')
-rw-r--r-- | cpp/src/slice2java/Gen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2java/Gen.cpp b/cpp/src/slice2java/Gen.cpp index 09cc50b064f..a066504b8db 100644 --- a/cpp/src/slice2java/Gen.cpp +++ b/cpp/src/slice2java/Gen.cpp @@ -665,7 +665,7 @@ Slice::Gen::TypesVisitor::visitExceptionStart(const ExceptionPtr& p) } out << sb; - out << sp << nl << "public String" << nl << "_name()"; + out << sp << nl << "public String" << nl << "ice_name()"; out << sb; out << nl << "return \"" << scoped.substr(2) << "\";"; out << eb; |