diff options
author | Marc Laukien <marc@zeroc.com> | 2001-10-18 01:22:39 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-10-18 01:22:39 +0000 |
commit | cc4cb141adcffc29f7c70a68869919c5549bf24d (patch) | |
tree | 38e9e5ade1f9e9ce9c22d1aa0c9a9644d53b684a /cpp/include/IceUtil/Exception.h | |
parent | exception fixes (diff) | |
download | ice-cc4cb141adcffc29f7c70a68869919c5549bf24d.tar.bz2 ice-cc4cb141adcffc29f7c70a68869919c5549bf24d.tar.xz ice-cc4cb141adcffc29f7c70a68869919c5549bf24d.zip |
win fixes
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: |