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/Thread.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/Thread.h')
-rw-r--r-- | cppe/include/IceE/Thread.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cppe/include/IceE/Thread.h b/cppe/include/IceE/Thread.h index 6a54740270f..019c9ee5585 100644 --- a/cppe/include/IceE/Thread.h +++ b/cppe/include/IceE/Thread.h @@ -7,8 +7,8 @@ // // ********************************************************************** -#ifndef ICEE_THREAD_H -#define ICEE_THREAD_H +#ifndef ICE_THREAD_H +#define ICE_THREAD_H #include <IceE/Shared.h> #include <IceE/Handle.h> @@ -52,7 +52,7 @@ typedef Handle<HandleWrapper> HandleWrapperPtr; typedef pthread_t ThreadId; #endif -class ICEE_API ThreadControl +class ICE_API ThreadControl { public: @@ -116,7 +116,7 @@ private: ThreadId _id; }; -class ICEE_API Thread : virtual public IceUtil::Shared +class ICE_API Thread : virtual public IceUtil::Shared { public: |