summaryrefslogtreecommitdiff
path: root/cpp/src/Slice/PythonUtil.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2007-06-01 04:17:02 +0000
committerMatthew Newhook <matthew@zeroc.com>2007-06-01 04:17:02 +0000
commita6f0fb014ff7b646357d9b5d550eaa530dbc3455 (patch)
treefe3c952f0aa8c20ee0c9684ece815c454747c3fb /cpp/src/Slice/PythonUtil.cpp
parenthttp://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2229 (diff)
downloadice-a6f0fb014ff7b646357d9b5d550eaa530dbc3455.tar.bz2
ice-a6f0fb014ff7b646357d9b5d550eaa530dbc3455.tar.xz
ice-a6f0fb014ff7b646357d9b5d550eaa530dbc3455.zip
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2229
Diffstat (limited to 'cpp/src/Slice/PythonUtil.cpp')
-rw-r--r--cpp/src/Slice/PythonUtil.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Slice/PythonUtil.cpp b/cpp/src/Slice/PythonUtil.cpp
index 9815b210aea..5c93dd01e5f 100644
--- a/cpp/src/Slice/PythonUtil.cpp
+++ b/cpp/src/Slice/PythonUtil.cpp
@@ -800,6 +800,7 @@ Slice::Python::CodeVisitor::visitClassDefStart(const ClassDefPtr& p)
_out << ", ";
}
_out << '(';
+ _out << "'" << fixIdent((*t)->name()) << "', ";
writeMetaData((*t)->getMetaData());
_out << ", ";
writeType((*t)->type());
@@ -821,6 +822,7 @@ Slice::Python::CodeVisitor::visitClassDefStart(const ClassDefPtr& p)
_out << ", ";
}
_out << '(';
+ _out << "'" << fixIdent((*t)->name()) << "', ";
writeMetaData((*t)->getMetaData());
_out << ", ";
writeType((*t)->type());