summaryrefslogtreecommitdiff
path: root/cpp/src/slice2js/JsUtil.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/slice2js/JsUtil.h')
-rw-r--r--cpp/src/slice2js/JsUtil.h9
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&);