diff options
author | Bernard Normier <bernard@zeroc.com> | 2014-05-16 15:30:38 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2014-05-16 15:30:38 +0000 |
commit | f2cb53a3ed3ff07ea10a19642e0555a702d9b409 (patch) | |
tree | 74e9e89a9b33fceaf3e89e4104adaae76895c1fe /cpp/src/IceUtil/Exception.cpp | |
parent | Renamed wnativeToNative/nativeToWnative to wstringToString/stringToWstring (diff) | |
download | ice-f2cb53a3ed3ff07ea10a19642e0555a702d9b409.tar.bz2 ice-f2cb53a3ed3ff07ea10a19642e0555a702d9b409.tar.xz ice-f2cb53a3ed3ff07ea10a19642e0555a702d9b409.zip |
Fixed build
Diffstat (limited to 'cpp/src/IceUtil/Exception.cpp')
-rw-r--r-- | cpp/src/IceUtil/Exception.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/IceUtil/Exception.cpp b/cpp/src/IceUtil/Exception.cpp index 36d3e017899..61dac45f5dd 100644 --- a/cpp/src/IceUtil/Exception.cpp +++ b/cpp/src/IceUtil/Exception.cpp @@ -568,6 +568,9 @@ IceUtil::IllegalConversionException::IllegalConversionException(const char* file _reason(reason) {} +IceUtil::IllegalConversionException::~IllegalConversionException() throw() +{} + string IceUtil::IllegalConversionException::ice_name() const { |