From 6faa017414ad0321fd28da58ab5d3c851ec7f1f2 Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 19 Jan 2016 16:27:53 +0100 Subject: Deprecate ice_name and add ice_id --- cpp/src/Slice/PythonUtil.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cpp/src/Slice/PythonUtil.cpp') diff --git a/cpp/src/Slice/PythonUtil.cpp b/cpp/src/Slice/PythonUtil.cpp index 14d5428e20e..f5aa79cd100 100644 --- a/cpp/src/Slice/PythonUtil.cpp +++ b/cpp/src/Slice/PythonUtil.cpp @@ -1089,6 +1089,11 @@ Slice::Python::CodeVisitor::visitExceptionStart(const ExceptionPtr& p) // _ice_name // _out << sp << nl << "_ice_name = '" << scoped.substr(2) << "'"; + + // + // _ice_id + // + _out << sp << nl << "_ice_id = '" << scoped << "'"; _out.dec(); -- cgit v1.2.3