summaryrefslogtreecommitdiff
path: root/cpp/src/Slice/PythonUtil.cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2007-06-21 16:12:45 -0700
committerMark Spruiell <mes@zeroc.com>2007-06-21 16:12:45 -0700
commitd9de8a8ecb5ab03263696aa89cf3546be0ef93ed (patch)
treee5cb0275241018e28e04d2bb834463cf0dd3a1e8 /cpp/src/Slice/PythonUtil.cpp
parentbug 2157 - removing clone/ice_hash (diff)
downloadice-d9de8a8ecb5ab03263696aa89cf3546be0ef93ed.tar.bz2
ice-d9de8a8ecb5ab03263696aa89cf3546be0ef93ed.tar.xz
ice-d9de8a8ecb5ab03263696aa89cf3546be0ef93ed.zip
bug 2157 - deprecating LocalObject mapping
Diffstat (limited to 'cpp/src/Slice/PythonUtil.cpp')
-rw-r--r--cpp/src/Slice/PythonUtil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Slice/PythonUtil.cpp b/cpp/src/Slice/PythonUtil.cpp
index 7278922735d..0261e7aa516 100644
--- a/cpp/src/Slice/PythonUtil.cpp
+++ b/cpp/src/Slice/PythonUtil.cpp
@@ -397,7 +397,7 @@ Slice::Python::CodeVisitor::visitClassDefStart(const ClassDefPtr& p)
{
if(p->isLocal())
{
- _out << "Ice.LocalObject";
+ _out << "object";
}
else
{