diff options
author | Mark Spruiell <mes@zeroc.com> | 2008-02-13 16:29:52 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2008-02-13 16:29:52 -0800 |
commit | 4df714367383029046d824785eab4cf48ae1ebc5 (patch) | |
tree | 43059608f64d8d8411f0fb72bea8b86100a6e5e6 /cpp/src/Slice/DotNetNames.cpp | |
parent | bug 2680 - Change base class for Ice.Exception in C# (diff) | |
download | ice-4df714367383029046d824785eab4cf48ae1ebc5.tar.bz2 ice-4df714367383029046d824785eab4cf48ae1ebc5.tar.xz ice-4df714367383029046d824785eab4cf48ae1ebc5.zip |
fixing Equals and GetHashCode in struct, exception for C#, SL
Diffstat (limited to 'cpp/src/Slice/DotNetNames.cpp')
-rwxr-xr-x | cpp/src/Slice/DotNetNames.cpp | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/cpp/src/Slice/DotNetNames.cpp b/cpp/src/Slice/DotNetNames.cpp index 0d672548d7a..689949a0234 100755 --- a/cpp/src/Slice/DotNetNames.cpp +++ b/cpp/src/Slice/DotNetNames.cpp @@ -65,25 +65,12 @@ static const Node ExceptionNode = ExceptionNames, &ExceptionParents[0] }; -static const char* ApplicationExceptionNames[] = - { - 0 - }; -static const Node* ApplicationExceptionParents[] = - { - &ExceptionNode, 0 - }; -static const Node ApplicationExceptionNode = - { - ApplicationExceptionNames, &ApplicationExceptionParents[0] - }; - // // Must be kept in same order as definition of BaseType in header file! // static const Node* nodes[] = { - &ObjectNode, &ICloneableNode, &ExceptionNode, &ApplicationExceptionNode + &ObjectNode, &ICloneableNode, &ExceptionNode }; static bool |