diff options
author | Michi Henning <michi@zeroc.com> | 2004-10-06 01:35:43 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2004-10-06 01:35:43 +0000 |
commit | 48522e29f4932093fc4fdc9c0d8c407b8bb48d55 (patch) | |
tree | 9bf8fb31d4e7a99ef4f5e5d581f7f63887118889 /cpp/include/Slice/CsUtil.h | |
parent | Win32 fixes (diff) | |
download | ice-48522e29f4932093fc4fdc9c0d8c407b8bb48d55.tar.bz2 ice-48522e29f4932093fc4fdc9c0d8c407b8bb48d55.tar.xz ice-48522e29f4932093fc4fdc9c0d8c407b8bb48d55.zip |
Fixed problems around escaping of inherited method names.
Diffstat (limited to 'cpp/include/Slice/CsUtil.h')
-rw-r--r-- | cpp/include/Slice/CsUtil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Slice/CsUtil.h b/cpp/include/Slice/CsUtil.h index 563db12e712..259080b2d20 100644 --- a/cpp/include/Slice/CsUtil.h +++ b/cpp/include/Slice/CsUtil.h @@ -28,7 +28,7 @@ public: static void validateMetaData(const UnitPtr&); protected: - static std::string fixId(const std::string&); + static std::string fixId(const std::string&, int = 0, bool = false); static std::string typeToString(const TypePtr&); static bool isValueType(const TypePtr&); // |