diff options
author | Mark Spruiell <mes@zeroc.com> | 2007-06-21 16:12:45 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2007-06-21 16:12:45 -0700 |
commit | d9de8a8ecb5ab03263696aa89cf3546be0ef93ed (patch) | |
tree | e5cb0275241018e28e04d2bb834463cf0dd3a1e8 /cpp/src/Slice/PythonUtil.cpp | |
parent | bug 2157 - removing clone/ice_hash (diff) | |
download | ice-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.cpp | 2 |
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 { |