diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-10-02 15:08:00 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-10-02 15:08:00 -0230 |
commit | 450a4f08606c856333a4f4c44f9f23fc93ff4c4c (patch) | |
tree | e7b14dd3801e260dec8928c12d642a298d618e01 /cpp/src/IceGrid/IceGridRegistry.cpp | |
parent | Upgrade to BDB 4.8.24 (diff) | |
download | ice-450a4f08606c856333a4f4c44f9f23fc93ff4c4c.tar.bz2 ice-450a4f08606c856333a4f4c44f9f23fc93ff4c4c.tar.xz ice-450a4f08606c856333a4f4c44f9f23fc93ff4c4c.zip |
Remove BCC workarounds no longer required
Diffstat (limited to 'cpp/src/IceGrid/IceGridRegistry.cpp')
-rw-r--r-- | cpp/src/IceGrid/IceGridRegistry.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/cpp/src/IceGrid/IceGridRegistry.cpp b/cpp/src/IceGrid/IceGridRegistry.cpp index 8b41caea87f..060ca8883ab 100644 --- a/cpp/src/IceGrid/IceGridRegistry.cpp +++ b/cpp/src/IceGrid/IceGridRegistry.cpp @@ -12,12 +12,6 @@ #include <Ice/Service.h> #include <IceGrid/RegistryI.h> #include <IceGrid/TraceLevels.h> -#ifdef __BCPLUSPLUS__ -# include <IceGrid/AdminSessionI.h> -# include <IceGrid/ReapThread.h> -# include <IceGrid/Database.h> -# include <IceGrid/WellKnownObjectsManager.h> -#endif #ifdef QTSQL # include <IceSQL/SqlTypes.h> # include <QtCore/QCoreApplication> @@ -97,9 +91,6 @@ RegistryService::start(int argc, char* argv[]) vector<string> args; try { -#if defined(__BCPLUSPLUS__) && (__BCPLUSPLUS__ >= 0x0600) - IceUtil::DummyBCC dummy; -#endif args = opts.parse(argc, (const char**)argv); } catch(const IceUtilInternal::BadOptException& e) |