diff options
author | Michi Henning <michi@zeroc.com> | 2004-06-23 01:18:52 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2004-06-23 01:18:52 +0000 |
commit | 43a1f674c340aa9c8aa03a8008c936f507498a2b (patch) | |
tree | dcf676c34845a380127b940722746963c6a2b690 /cpp/src/Slice/CsUtil.cpp | |
parent | Got rid of old UserExceptionFactory code that was still kicking around but (diff) | |
download | ice-43a1f674c340aa9c8aa03a8008c936f507498a2b.tar.bz2 ice-43a1f674c340aa9c8aa03a8008c936f507498a2b.tar.xz ice-43a1f674c340aa9c8aa03a8008c936f507498a2b.zip |
Fixed mapping bug for Slice operations called "checkedCast" or
"uncheckedCast". Updates to the C# mapping.
Diffstat (limited to 'cpp/src/Slice/CsUtil.cpp')
-rwxr-xr-x | cpp/src/Slice/CsUtil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Slice/CsUtil.cpp b/cpp/src/Slice/CsUtil.cpp index d6fd145a346..063f91883d2 100755 --- a/cpp/src/Slice/CsUtil.cpp +++ b/cpp/src/Slice/CsUtil.cpp @@ -56,7 +56,7 @@ lookupKwd(const string& name) "IndexOf", "Insert", "IsFixedSize", "IsReadOnly", "IsSynchronized", "MemberWiseClone", "Microsoft", "OnClear", "OnClearComplete", "OnGet", "OnInsert", "OnInsertComplete", "OnRemove", "OnRemoveComplete", "OnSet", "OnSetComplete", "OnValidate", "ReferenceEquals", - "Remove", "RemoveAt", "SyncRoot", "System", "ToString" + "Remove", "RemoveAt", "SyncRoot", "System", "ToString", "checkedCast", "uncheckedCast" }; found = binary_search(&memberList[0], &memberList[sizeof(memberList) / sizeof(*memberList)], |