summaryrefslogtreecommitdiff
path: root/py/modules/IcePy/Util.h
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2004-09-24 16:24:45 +0000
committerMark Spruiell <mes@zeroc.com>2004-09-24 16:24:45 +0000
commit049b30300dc46afd8946de80fb01949cd117ea2f (patch)
tree9072e4c543166706d306a6fd913e8e0436c1739b /py/modules/IcePy/Util.h
parentChanged prefix for inherited .NET framework methods. (diff)
downloadice-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.h1
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