summaryrefslogtreecommitdiff
path: root/py/modules/IcePy/Util.h
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2004-09-14 13:48:54 +0000
committerMark Spruiell <mes@zeroc.com>2004-09-14 13:48:54 +0000
commit986d6ce66ce7d19655a635f9a2549ed6ed221587 (patch)
treebadd82e6365d325fca9dfea13f36ad82dee82c69 /py/modules/IcePy/Util.h
parentrenaming transport to connection (diff)
downloadice-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.h2
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.