From 883edab4361e58957796f25d5fc55cfb41f0f6ea Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Wed, 27 Jul 2016 19:30:37 -0400 Subject: Deprecate Communicator::stringToIdentity and identityToString --- python/modules/IcePy/Operation.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/modules/IcePy/Operation.cpp') diff --git a/python/modules/IcePy/Operation.cpp b/python/modules/IcePy/Operation.cpp index 76b1b5e419c..72a5ddc12d8 100644 --- a/python/modules/IcePy/Operation.cpp +++ b/python/modules/IcePy/Operation.cpp @@ -3337,7 +3337,7 @@ IcePy::TypedUpcall::dispatch(PyObject* servant, const pairidentityToString(current.id) + ostr << "servant for identity " << identityToString(current.id) << " does not define operation `" << _op->dispatchName << "'"; string str = ostr.str(); PyErr_Warn(PyExc_RuntimeWarning, const_cast(str.c_str())); @@ -3720,7 +3720,7 @@ IcePy::BlobjectUpcall::dispatch(PyObject* servant, const pairidentityToString(current.id) + ostr << "servant for identity " << identityToString(current.id) << " does not define operation `" << dispatchName << "'"; string str = ostr.str(); PyErr_Warn(PyExc_RuntimeWarning, const_cast(str.c_str())); -- cgit v1.2.3