diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-09-24 16:24:45 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-09-24 16:24:45 +0000 |
commit | 049b30300dc46afd8946de80fb01949cd117ea2f (patch) | |
tree | 9072e4c543166706d306a6fd913e8e0436c1739b /py/modules/IcePy/Util.h | |
parent | Changed prefix for inherited .NET framework methods. (diff) | |
download | ice-049b30300dc46afd8946de80fb01949cd117ea2f.tar.bz2 ice-049b30300dc46afd8946de80fb01949cd117ea2f.tar.xz ice-049b30300dc46afd8946de80fb01949cd117ea2f.zip |
adding generateUUID
Diffstat (limited to 'py/modules/IcePy/Util.h')
-rw-r--r-- | py/modules/IcePy/Util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/modules/IcePy/Util.h b/py/modules/IcePy/Util.h index f49a521fd5c..2965a71a003 100644 --- a/py/modules/IcePy/Util.h +++ b/py/modules/IcePy/Util.h @@ -195,5 +195,6 @@ private: extern "C" PyObject* IcePy_identityToString(PyObject*, PyObject*); extern "C" PyObject* IcePy_stringToIdentity(PyObject*, PyObject*); +extern "C" PyObject* IcePy_generateUUID(PyObject*); #endif |