diff options
Diffstat (limited to 'cpp/include/IceUtil/Exception.h')
-rw-r--r-- | cpp/include/IceUtil/Exception.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/include/IceUtil/Exception.h b/cpp/include/IceUtil/Exception.h index 64c09813940..d4e3ca6c514 100644 --- a/cpp/include/IceUtil/Exception.h +++ b/cpp/include/IceUtil/Exception.h @@ -16,7 +16,7 @@ namespace IceUtil { -class Exception +class ICE_UTIL_API Exception { public: @@ -36,9 +36,9 @@ private: int _theLine; }; -std::ostream& operator<<(std::ostream&, const Exception&); +ICE_UTIL_API std::ostream& operator<<(std::ostream&, const Exception&); -class NullHandleException : public Exception +class ICE_UTIL_API NullHandleException : public Exception { public: |