summaryrefslogtreecommitdiff
path: root/cppe/include/IceE/FactoryTable.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/FactoryTable.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/FactoryTable.h')
-rw-r--r--cppe/include/IceE/FactoryTable.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cppe/include/IceE/FactoryTable.h b/cppe/include/IceE/FactoryTable.h
index d023b5b798b..956361a0656 100644
--- a/cppe/include/IceE/FactoryTable.h
+++ b/cppe/include/IceE/FactoryTable.h
@@ -7,15 +7,15 @@
//
// **********************************************************************
-#ifndef ICEE_FACTORYTABLE_H
-#define ICEE_FACTORYTABLE_H
+#ifndef ICE_FACTORYTABLE_H
+#define ICE_FACTORYTABLE_H
#include <IceE/FactoryTableDef.h>
namespace IceInternal
{
-class ICEE_API FactoryTable
+class ICE_API FactoryTable
{
public:
@@ -25,7 +25,7 @@ public:
static FactoryTable factoryTableInitializer; // Dummy variable to force initialization of factoryTable
-extern ICEE_API FactoryTableDef* factoryTable;
+extern ICE_API FactoryTableDef* factoryTable;
}