diff options
author | Bernard Normier <bernard@zeroc.com> | 2016-05-12 10:21:51 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2016-05-12 10:21:51 -0400 |
commit | 6ea27c2fc2478cea6a42bad30e746f7ebf9c69af (patch) | |
tree | a52106addf73a73fbeb5e33c26ff9f8908b62a24 /cpp/include/IceUtil/ThreadException.h | |
parent | UWP test suite fixes (diff) | |
download | ice-6ea27c2fc2478cea6a42bad30e746f7ebf9c69af.tar.bz2 ice-6ea27c2fc2478cea6a42bad30e746f7ebf9c69af.tar.xz ice-6ea27c2fc2478cea6a42bad30e746f7ebf9c69af.zip |
Renamed ICE_UTIL_API to ICE_API and other cleanups
Diffstat (limited to 'cpp/include/IceUtil/ThreadException.h')
-rw-r--r-- | cpp/include/IceUtil/ThreadException.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cpp/include/IceUtil/ThreadException.h b/cpp/include/IceUtil/ThreadException.h index e646708bb0d..8f380206d5c 100644 --- a/cpp/include/IceUtil/ThreadException.h +++ b/cpp/include/IceUtil/ThreadException.h @@ -16,7 +16,7 @@ namespace IceUtil { -class ICE_UTIL_API ThreadSyscallException : public SyscallException +class ICE_API ThreadSyscallException : public SyscallException { public: @@ -28,7 +28,7 @@ public: virtual void ice_throw() const; }; -class ICE_UTIL_API ThreadLockedException : public Exception +class ICE_API ThreadLockedException : public Exception { public: @@ -40,7 +40,7 @@ public: virtual void ice_throw() const; }; -class ICE_UTIL_API ThreadStartedException : public Exception +class ICE_API ThreadStartedException : public Exception { public: @@ -52,7 +52,7 @@ public: virtual void ice_throw() const; }; -class ICE_UTIL_API ThreadNotStartedException : public Exception +class ICE_API ThreadNotStartedException : public Exception { public: @@ -64,7 +64,7 @@ public: virtual void ice_throw() const; }; -class ICE_UTIL_API BadThreadControlException : public Exception +class ICE_API BadThreadControlException : public Exception { public: @@ -76,7 +76,7 @@ public: virtual void ice_throw() const; }; -class ICE_UTIL_API InvalidTimeoutException : public Exception +class ICE_API InvalidTimeoutException : public Exception { public: |