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/IceGridNode.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/IceGridNode.cpp')
-rw-r--r-- | cpp/src/IceGrid/IceGridNode.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cpp/src/IceGrid/IceGridNode.cpp b/cpp/src/IceGrid/IceGridNode.cpp index 245f8a88ba0..c97a03142cf 100644 --- a/cpp/src/IceGrid/IceGridNode.cpp +++ b/cpp/src/IceGrid/IceGridNode.cpp @@ -20,13 +20,6 @@ #include <IceGrid/NodeI.h> #include <IceGrid/NodeSessionManager.h> #include <IceGrid/TraceLevels.h> -#ifdef __BCPLUSPLUS__ -# include <IceGrid/ServerI.h> -# include <IceGrid/AdminSessionI.h> -# include <IceGrid/ReapThread.h> -# include <IceGrid/Database.h> -# include <IceGrid/WellKnownObjectsManager.h> -#endif #include <IceGrid/DescriptorParser.h> #include <IcePatch2/Util.h> #ifdef QTSQL |