summaryrefslogtreecommitdiff
path: root/cpp/src/slice2objc/ObjCUtil.h
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2016-12-06 14:33:03 -0500
committerBernard Normier <bernard@zeroc.com>2016-12-06 14:33:03 -0500
commitd2cadef086b2a694bb33830caa1bec57fa42a3e4 (patch)
tree1f3a5a89626192f73b46e07e8176eb60f484035d /cpp/src/slice2objc/ObjCUtil.h
parentFixed for ICE-7458 - Removed escaping form double quoted strings of icegridad... (diff)
downloadice-d2cadef086b2a694bb33830caa1bec57fa42a3e4.tar.bz2
ice-d2cadef086b2a694bb33830caa1bec57fa42a3e4.tar.xz
ice-d2cadef086b2a694bb33830caa1bec57fa42a3e4.zip
Removed or replaced most double underscores in ObjC
Diffstat (limited to 'cpp/src/slice2objc/ObjCUtil.h')
-rw-r--r--cpp/src/slice2objc/ObjCUtil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/slice2objc/ObjCUtil.h b/cpp/src/slice2objc/ObjCUtil.h
index 7c8236ede63..abf46773226 100644
--- a/cpp/src/slice2objc/ObjCUtil.h
+++ b/cpp/src/slice2objc/ObjCUtil.h
@@ -51,6 +51,7 @@ protected:
static std::string fixName(const ContainedPtr&, int = 0, bool = false);
static std::string fixScoped(const ContainedPtr&, int = 0, bool = false);
static std::string getParamId(const ContainedPtr&);
+ static std::string getParamName(const ContainedPtr&, bool = false);
static std::string getFactoryMethod(const ContainedPtr&, bool);
static std::string typeToString(const TypePtr&);
static std::string inTypeToString(const TypePtr&, bool, bool = false, bool = false);