diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-09-14 13:48:54 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-09-14 13:48:54 +0000 |
commit | 986d6ce66ce7d19655a635f9a2549ed6ed221587 (patch) | |
tree | badd82e6365d325fca9dfea13f36ad82dee82c69 /py/modules/IcePy/Util.h | |
parent | renaming transport to connection (diff) | |
download | ice-986d6ce66ce7d19655a635f9a2549ed6ed221587.tar.bz2 ice-986d6ce66ce7d19655a635f9a2549ed6ed221587.tar.xz ice-986d6ce66ce7d19655a635f9a2549ed6ed221587.zip |
revising handleSystemExit
Diffstat (limited to 'py/modules/IcePy/Util.h')
-rw-r--r-- | py/modules/IcePy/Util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/modules/IcePy/Util.h b/py/modules/IcePy/Util.h index bcd409f3664..0cab651227b 100644 --- a/py/modules/IcePy/Util.h +++ b/py/modules/IcePy/Util.h @@ -117,7 +117,7 @@ void throwPythonException(PyObject* = NULL); // // Handle the SystemExit exception. // -void handleSystemExit(); +void handleSystemExit(PyObject*); // // Create a Python instance of Ice.Identity. |