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/LoggerUtil.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/LoggerUtil.h')
-rw-r--r-- | cppe/include/IceE/LoggerUtil.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cppe/include/IceE/LoggerUtil.h b/cppe/include/IceE/LoggerUtil.h index 79f4cc8c719..a868d211007 100644 --- a/cppe/include/IceE/LoggerUtil.h +++ b/cppe/include/IceE/LoggerUtil.h @@ -7,15 +7,15 @@ // // ********************************************************************** -#ifndef ICEE_LOGGER_UTIL_H -#define ICEE_LOGGER_UTIL_H +#ifndef ICE_LOGGER_UTIL_H +#define ICE_LOGGER_UTIL_H #include <IceE/LoggerF.h> namespace Ice { -class ICEE_API Print : private IceUtil::noncopyable +class ICE_API Print : private IceUtil::noncopyable { public: @@ -39,7 +39,7 @@ operator<<(Print& out, const std::string& val) return out; } -class ICEE_API Warning : private IceUtil::noncopyable +class ICE_API Warning : private IceUtil::noncopyable { public: @@ -63,7 +63,7 @@ operator<<(Warning& out, const std::string& val) return out; } -class ICEE_API Error : private IceUtil::noncopyable +class ICE_API Error : private IceUtil::noncopyable { public: @@ -87,7 +87,7 @@ operator<<(Error& out, const std::string& val) return out; } -class ICEE_API Trace : private IceUtil::noncopyable +class ICE_API Trace : private IceUtil::noncopyable { public: |