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/FactoryTableDef.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/FactoryTableDef.h')
-rw-r--r-- | cppe/include/IceE/FactoryTableDef.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cppe/include/IceE/FactoryTableDef.h b/cppe/include/IceE/FactoryTableDef.h index d9a10f8f160..d49f26ffd82 100644 --- a/cppe/include/IceE/FactoryTableDef.h +++ b/cppe/include/IceE/FactoryTableDef.h @@ -7,8 +7,8 @@ // // ********************************************************************** -#ifndef ICEE_FACTORY_TABLE_DEF_H -#define ICEE_FACTORY_TABLE_DEF_H +#ifndef ICE_FACTORY_TABLE_DEF_H +#define ICE_FACTORY_TABLE_DEF_H #include <IceE/UserExceptionFactoryF.h> @@ -18,7 +18,7 @@ namespace IceInternal { -class ICEE_API FactoryTableDef : private IceUtil::noncopyable +class ICE_API FactoryTableDef : private IceUtil::noncopyable { public: @@ -35,7 +35,7 @@ private: EFTable _eft; }; -class ICEE_API FactoryTableWrapper : private IceUtil::noncopyable +class ICE_API FactoryTableWrapper : private IceUtil::noncopyable { public: @@ -52,7 +52,7 @@ private: static int _initCount; }; -extern ICEE_API FactoryTableWrapper factoryTableWrapper; +extern ICE_API FactoryTableWrapper factoryTableWrapper; } |