summaryrefslogtreecommitdiff
path: root/cppe/include/IceE/ThreadException.h
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/include/IceE/ThreadException.h')
-rw-r--r--cppe/include/IceE/ThreadException.h12
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: