diff options
author | Marc Laukien <marc@zeroc.com> | 2003-10-01 15:21:21 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2003-10-01 15:21:21 +0000 |
commit | e1cb43f62b269c157dfd544c5c22a3fa5f95f266 (patch) | |
tree | 3a85a883e20076a604f429020a6feca38c2b7c8b /cpp/include/Ice/FactoryTableDef.h | |
parent | Removed DB, cleaned up configuration (diff) | |
download | ice-e1cb43f62b269c157dfd544c5c22a3fa5f95f266.tar.bz2 ice-e1cb43f62b269c157dfd544c5c22a3fa5f95f266.tar.xz ice-e1cb43f62b269c157dfd544c5c22a3fa5f95f266.zip |
bi-dir now uses client thread pool
Diffstat (limited to 'cpp/include/Ice/FactoryTableDef.h')
-rw-r--r-- | cpp/include/Ice/FactoryTableDef.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/Ice/FactoryTableDef.h b/cpp/include/Ice/FactoryTableDef.h index 65a7aba2a49..776e985cacf 100644 --- a/cpp/include/Ice/FactoryTableDef.h +++ b/cpp/include/Ice/FactoryTableDef.h @@ -12,8 +12,8 @@ // // ********************************************************************** -#ifndef ICE_FACTORYTABLEDEF_H -#define ICE_FACTORYTABLEDEF_H +#ifndef ICE_FACTORY_TABLE_DEF_H +#define ICE_FACTORY_TABLE_DEF_H #include <IceUtil/StaticMutex.h> #include <IceUtil/Mutex.h> |