diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-09-11 00:53:36 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-09-11 00:53:36 +0000 |
commit | c8b5966a0be8b28e2145b7c6f42ace33ac1de87a (patch) | |
tree | e3a468fa32c56385ef8f5c1990fb9f2ffceea6af /py/modules/IcePy/Util.h | |
parent | Fix (diff) | |
download | ice-c8b5966a0be8b28e2145b7c6f42ace33ac1de87a.tar.bz2 ice-c8b5966a0be8b28e2145b7c6f42ace33ac1de87a.tar.xz ice-c8b5966a0be8b28e2145b7c6f42ace33ac1de87a.zip |
adding AMI support
Diffstat (limited to 'py/modules/IcePy/Util.h')
-rw-r--r-- | py/modules/IcePy/Util.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/py/modules/IcePy/Util.h b/py/modules/IcePy/Util.h index c28b0c0f934..bcd409f3664 100644 --- a/py/modules/IcePy/Util.h +++ b/py/modules/IcePy/Util.h @@ -102,6 +102,11 @@ PyObject* createExceptionInstance(PyObject*); // // Converts an Ice exception into a Python exception. // +PyObject* convertException(const Ice::Exception&); + +// +// Converts an Ice exception into a Python exception and sets it in the Python environment. +// void setPythonException(const Ice::Exception&); // |