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/include/Slice/DotNetNames.h | |
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/include/Slice/DotNetNames.h')
-rwxr-xr-x | cpp/include/Slice/DotNetNames.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Slice/DotNetNames.h b/cpp/include/Slice/DotNetNames.h index df552e0d35c..31fab7dc985 100755 --- a/cpp/include/Slice/DotNetNames.h +++ b/cpp/include/Slice/DotNetNames.h @@ -20,7 +20,7 @@ namespace DotNet enum BaseType { - Object=1, ICloneable=2, Exception=4, ApplicationException=8, END=16 + Object=1, ICloneable=2, Exception=4, END=8 }; extern const char * manglePrefix; |