diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-08-12 04:44:58 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-08-12 04:44:58 +0000 |
commit | 708d97e4bd4acf9d7c1bad093d0c3847282b09c2 (patch) | |
tree | f6d6de12f2b778f67d52906c8978578bb278b4e6 /cppe/include/IceE/ThreadException.h | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=439 (diff) | |
download | ice-708d97e4bd4acf9d7c1bad093d0c3847282b09c2.tar.bz2 ice-708d97e4bd4acf9d7c1bad093d0c3847282b09c2.tar.xz ice-708d97e4bd4acf9d7c1bad093d0c3847282b09c2.zip |
ICEE_ -> ICE_
Diffstat (limited to 'cppe/include/IceE/ThreadException.h')
-rw-r--r-- | cppe/include/IceE/ThreadException.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cppe/include/IceE/ThreadException.h b/cppe/include/IceE/ThreadException.h index 7e5281192c3..c8d1bd67ce6 100644 --- a/cppe/include/IceE/ThreadException.h +++ b/cppe/include/IceE/ThreadException.h @@ -7,15 +7,15 @@ // // ********************************************************************** -#ifndef ICEE_THREAD_EXCEPTION_H -#define ICEE_THREAD_EXCEPTION_H +#ifndef ICE_THREAD_EXCEPTION_H +#define ICE_THREAD_EXCEPTION_H #include <IceE/Exception.h> namespace IceUtil { -class ICEE_API ThreadSyscallException : public Exception +class ICE_API ThreadSyscallException : public Exception { public: @@ -32,7 +32,7 @@ private: static const char* _name; }; -class ICEE_API ThreadLockedException : public Exception +class ICE_API ThreadLockedException : public Exception { public: @@ -46,7 +46,7 @@ private: static const char* _name; }; -class ICEE_API ThreadStartedException : public Exception +class ICE_API ThreadStartedException : public Exception { public: @@ -60,7 +60,7 @@ private: static const char* _name; }; -class ICEE_API ThreadNotStartedException : public Exception +class ICE_API ThreadNotStartedException : public Exception { public: |