diff options
author | Bernard Normier <bernard@zeroc.com> | 2016-12-06 14:33:03 -0500 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2016-12-06 14:33:03 -0500 |
commit | d2cadef086b2a694bb33830caa1bec57fa42a3e4 (patch) | |
tree | 1f3a5a89626192f73b46e07e8176eb60f484035d /cpp/src/slice2objc/ObjCUtil.h | |
parent | Fixed for ICE-7458 - Removed escaping form double quoted strings of icegridad... (diff) | |
download | ice-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.h | 1 |
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); |