diff options
author | Michi Henning <michi@zeroc.com> | 2005-08-05 05:10:55 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2005-08-05 05:10:55 +0000 |
commit | 4d1967b5e69ae2a2fe572b9b69ef798a6c364da9 (patch) | |
tree | 4a97787ec006f73a4080a996b0892a4097aa6366 /cppe/include/IceE/FactoryTableDef.h | |
parent | adding default config (diff) | |
download | ice-4d1967b5e69ae2a2fe572b9b69ef798a6c364da9.tar.bz2 ice-4d1967b5e69ae2a2fe572b9b69ef798a6c364da9.tar.xz ice-4d1967b5e69ae2a2fe572b9b69ef798a6c364da9.zip |
Moved FactoryTable into IceInternal namespace.
Diffstat (limited to 'cppe/include/IceE/FactoryTableDef.h')
-rw-r--r-- | cppe/include/IceE/FactoryTableDef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/include/IceE/FactoryTableDef.h b/cppe/include/IceE/FactoryTableDef.h index d640558c56d..d9a10f8f160 100644 --- a/cppe/include/IceE/FactoryTableDef.h +++ b/cppe/include/IceE/FactoryTableDef.h @@ -15,7 +15,7 @@ #include <IceE/StaticMutex.h> #include <IceE/Mutex.h> -namespace Ice +namespace IceInternal { class ICEE_API FactoryTableDef : private IceUtil::noncopyable |