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/Ice/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/Ice/Exception.h')
-rw-r--r-- | cpp/include/Ice/Exception.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/Ice/Exception.h b/cpp/include/Ice/Exception.h index ae2ecdd01f2..5eaa6d52315 100644 --- a/cpp/include/Ice/Exception.h +++ b/cpp/include/Ice/Exception.h @@ -26,11 +26,11 @@ namespace Ice typedef IceUtil::Exception Exception; -class ICE_API LocalException : public IceUtil::Exception +class LocalException : public IceUtil::Exception { public: - LocalException(const char*, int); + ICE_API LocalException(const char*, int); virtual std::string _name() const = 0; virtual Exception* _clone() const = 0; virtual void _throw() const = 0; |