diff options
author | Jose <jose@zeroc.com> | 2016-12-28 10:50:12 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-12-28 10:50:12 +0100 |
commit | c7943b32df74f525013c8b7e17c92a032d74c868 (patch) | |
tree | 0ce9bc34394de9929696ab18aae84623778e3eb0 /cpp/src/slice2js/JsUtil.h | |
parent | Bumped timeout for server shutdown (diff) | |
download | ice-c7943b32df74f525013c8b7e17c92a032d74c868.tar.bz2 ice-c7943b32df74f525013c8b7e17c92a032d74c868.tar.xz ice-c7943b32df74f525013c8b7e17c92a032d74c868.zip |
Port Ice.Value to JavaScript mapping
Diffstat (limited to 'cpp/src/slice2js/JsUtil.h')
-rw-r--r-- | cpp/src/slice2js/JsUtil.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/cpp/src/slice2js/JsUtil.h b/cpp/src/slice2js/JsUtil.h index b379a4c7977..f6874ba665b 100644 --- a/cpp/src/slice2js/JsUtil.h +++ b/cpp/src/slice2js/JsUtil.h @@ -25,12 +25,9 @@ public: protected: static bool isClassType(const TypePtr&); - static std::string localProxyHelper(const TypePtr&); - static std::string fixId(const std::string&, bool = false); - static std::string fixId(const ContainedPtr&, bool = false); - static std::string getOptionalFormat(const TypePtr&); - static std::string getStaticId(const TypePtr&); - static std::string typeToString(const TypePtr&, bool = false); + static std::string fixId(const std::string&); + static std::string fixId(const ContainedPtr&); + static std::string typeToString(const TypePtr&); static std::string getLocalScope(const std::string&, const std::string& separator = "."); static std::string getReference(const std::string&, const std::string&); |