diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-11-08 21:12:42 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-11-08 21:12:42 +0000 |
commit | e9ca1ebd28a0b4b389da35767bf91140d72618bd (patch) | |
tree | 8695e481b991abedd2cbe7ff962ba9b44e82175f /cpp/src/Slice/PythonUtil.cpp | |
parent | use public stream API instead of BasicStream (diff) | |
download | ice-e9ca1ebd28a0b4b389da35767bf91140d72618bd.tar.bz2 ice-e9ca1ebd28a0b4b389da35767bf91140d72618bd.tar.xz ice-e9ca1ebd28a0b4b389da35767bf91140d72618bd.zip |
minor change in generated code for exception types
Diffstat (limited to 'cpp/src/Slice/PythonUtil.cpp')
-rw-r--r-- | cpp/src/Slice/PythonUtil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Slice/PythonUtil.cpp b/cpp/src/Slice/PythonUtil.cpp index f8454a68b38..cd09013f67a 100644 --- a/cpp/src/Slice/PythonUtil.cpp +++ b/cpp/src/Slice/PythonUtil.cpp @@ -945,7 +945,7 @@ Slice::Python::CodeVisitor::visitExceptionStart(const ExceptionPtr& p) _out.dec(); _out << nl; } - _out << "), " << (p->usesClasses() ? "True" : "False") << ")"; + _out << "))"; _out << nl << name << ".ice_type = _M_" << type; } |