diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-09-09 23:47:24 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-09-09 23:47:24 +0000 |
commit | 3a8199d8d2ad149c592c66ff124b3ae241daba60 (patch) | |
tree | 068640dbec875aee07f876bf86d52c6c2d83ec31 /py/modules/IcePy/Util.h | |
parent | clean up; migrating Operation implementation; adding isAbstract member to (diff) | |
download | ice-3a8199d8d2ad149c592c66ff124b3ae241daba60.tar.bz2 ice-3a8199d8d2ad149c592c66ff124b3ae241daba60.tar.xz ice-3a8199d8d2ad149c592c66ff124b3ae241daba60.zip |
clean up
Diffstat (limited to 'py/modules/IcePy/Util.h')
-rw-r--r-- | py/modules/IcePy/Util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/py/modules/IcePy/Util.h b/py/modules/IcePy/Util.h index 4377be6cb15..c28b0c0f934 100644 --- a/py/modules/IcePy/Util.h +++ b/py/modules/IcePy/Util.h @@ -136,7 +136,7 @@ bool getIdentity(PyObject*, Ice::Identity&); } -extern "C" PyObject* Ice_identityToString(PyObject*, PyObject*); -extern "C" PyObject* Ice_stringToIdentity(PyObject*, PyObject*); +extern "C" PyObject* IcePy_identityToString(PyObject*, PyObject*); +extern "C" PyObject* IcePy_stringToIdentity(PyObject*, PyObject*); #endif |