diff options
Diffstat (limited to 'cpp/include/Ice/FactoryTableDef.h')
-rw-r--r-- | cpp/include/Ice/FactoryTableDef.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/cpp/include/Ice/FactoryTableDef.h b/cpp/include/Ice/FactoryTableDef.h index 39c41a09a8d..c6df41b41f3 100644 --- a/cpp/include/Ice/FactoryTableDef.h +++ b/cpp/include/Ice/FactoryTableDef.h @@ -45,25 +45,6 @@ private: OFTable _oft; }; -class ICE_API FactoryTableWrapper : private IceUtil::noncopyable -{ -public: - - friend class FactoryTable; - - FactoryTableWrapper(); - ~FactoryTableWrapper(); - -private: - - void initialize(); - void finalize(); - static IceUtil::StaticMutex _m; - static int _initCount; -}; - -extern ICE_API FactoryTableWrapper factoryTableWrapper; - } #endif |