diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-09-28 11:05:44 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-09-28 11:05:44 -0230 |
commit | 7d20430028f05cc26c412465176a75ce4ea5af9e (patch) | |
tree | 593695acf366f7e3a7081d15af8f474683ce4af7 /cpp/src/IceGrid/Topics.h | |
parent | Removed unused __checkTwoway(const char*) from Proxy (diff) | |
download | ice-7d20430028f05cc26c412465176a75ce4ea5af9e.tar.bz2 ice-7d20430028f05cc26c412465176a75ce4ea5af9e.tar.xz ice-7d20430028f05cc26c412465176a75ce4ea5af9e.zip |
Bug 3231 - alternative storage for IceGrid and IceStorm
Diffstat (limited to 'cpp/src/IceGrid/Topics.h')
-rw-r--r-- | cpp/src/IceGrid/Topics.h | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/cpp/src/IceGrid/Topics.h b/cpp/src/IceGrid/Topics.h index b2f8ef86024..c8e12562b16 100644 --- a/cpp/src/IceGrid/Topics.h +++ b/cpp/src/IceGrid/Topics.h @@ -14,9 +14,15 @@ #include <IceStorm/IceStorm.h> #include <IceGrid/Internal.h> #include <IceGrid/Observer.h> -#include <IceGrid/StringApplicationInfoDict.h> -#include <IceGrid/StringAdapterInfoDict.h> -#include <IceGrid/IdentityObjectInfoDict.h> +#ifdef QTSQL +# include <IceGrid/SqlStringApplicationInfoDict.h> +# include <IceGrid/SqlStringAdapterInfoDict.h> +# include <IceGrid/SqlIdentityObjectInfoDict.h> +#else +# include <IceGrid/StringApplicationInfoDict.h> +# include <IceGrid/StringAdapterInfoDict.h> +# include <IceGrid/IdentityObjectInfoDict.h> +#endif #include <set> namespace IceGrid |