diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-09-03 22:18:01 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-09-03 22:18:01 +0000 |
commit | 4cc07e685727da155c0fc372b3d1ab25805e15ac (patch) | |
tree | 1d9827e41d0f56561cde8664d72372cef5f42ad7 /py/modules/IcePy/Util.h | |
parent | test fixes (diff) | |
download | ice-4cc07e685727da155c0fc372b3d1ab25805e15ac.tar.bz2 ice-4cc07e685727da155c0fc372b3d1ab25805e15ac.tar.xz ice-4cc07e685727da155c0fc372b3d1ab25805e15ac.zip |
eliminating duplicate functions in Util and PythonUtil
Diffstat (limited to 'py/modules/IcePy/Util.h')
-rw-r--r-- | py/modules/IcePy/Util.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/py/modules/IcePy/Util.h b/py/modules/IcePy/Util.h index b004b86916f..a58141e13c6 100644 --- a/py/modules/IcePy/Util.h +++ b/py/modules/IcePy/Util.h @@ -84,22 +84,6 @@ bool dictionaryToContext(PyObject*, Ice::Context&); bool contextToDictionary(const Ice::Context&, PyObject*); // -// Split up a string using whitespace delimiters. -// -bool splitString(const std::string&, Ice::StringSeq&); - -// -// Convert a scoped name into a Python name. -// -std::string scopedToName(const std::string&); - -// -// Check the given identifier against PHP's list of reserved words. If it matches -// a reserved word, then an escaped version is returned with a leading underscore. -// -std::string fixIdent(const std::string&); - -// // Returns a borrowed reference to the Python type object corresponding // to the given Python type name. // |