summaryrefslogtreecommitdiff
path: root/cppe/include/IceE/ExceptionBase.h
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2005-08-12 04:44:58 +0000
committerMatthew Newhook <matthew@zeroc.com>2005-08-12 04:44:58 +0000
commit708d97e4bd4acf9d7c1bad093d0c3847282b09c2 (patch)
treef6d6de12f2b778f67d52906c8978578bb278b4e6 /cppe/include/IceE/ExceptionBase.h
parenthttp://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=439 (diff)
downloadice-708d97e4bd4acf9d7c1bad093d0c3847282b09c2.tar.bz2
ice-708d97e4bd4acf9d7c1bad093d0c3847282b09c2.tar.xz
ice-708d97e4bd4acf9d7c1bad093d0c3847282b09c2.zip
ICEE_ -> ICE_
Diffstat (limited to 'cppe/include/IceE/ExceptionBase.h')
-rw-r--r--cppe/include/IceE/ExceptionBase.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cppe/include/IceE/ExceptionBase.h b/cppe/include/IceE/ExceptionBase.h
index 43d9bf18d41..40e43780aa0 100644
--- a/cppe/include/IceE/ExceptionBase.h
+++ b/cppe/include/IceE/ExceptionBase.h
@@ -7,15 +7,15 @@
//
// **********************************************************************
-#ifndef ICEE_EXCEPTION_BASE_H
-#define ICEE_EXCEPTION_BASE_H
+#ifndef ICE_EXCEPTION_BASE_H
+#define ICE_EXCEPTION_BASE_H
#include <IceE/Config.h>
namespace IceUtil
{
-class ICEE_API Exception
+class ICE_API Exception
{
public:
@@ -36,7 +36,7 @@ private:
static const char* _name;
};
-class ICEE_API NullHandleException : public Exception
+class ICE_API NullHandleException : public Exception
{
public: