diff options
Diffstat (limited to 'cpp/src/IceGrid/Database.h')
-rw-r--r-- | cpp/src/IceGrid/Database.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/Database.h b/cpp/src/IceGrid/Database.h index e4d76add5a1..eac64784f6d 100644 --- a/cpp/src/IceGrid/Database.h +++ b/cpp/src/IceGrid/Database.h @@ -22,6 +22,7 @@ #include <IceGrid/ServerCache.h> #include <IceGrid/NodeCache.h> #include <IceGrid/ObjectCache.h> +#include <IceGrid/AllocatableObjectCache.h> #include <IceGrid/AdapterCache.h> namespace IceGrid @@ -138,6 +139,7 @@ private: NodeCache _nodeCache; AdapterCache _adapterCache; ObjectCache _objectCache; + AllocatableObjectCache _allocatableObjectCache; ServerCache _serverCache; RegistryObserverPrx _registryObserver; |