diff options
Diffstat (limited to 'cpp/src/IceGrid/Allocatable.h')
-rw-r--r-- | cpp/src/IceGrid/Allocatable.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/Allocatable.h b/cpp/src/IceGrid/Allocatable.h index ca8a8b04707..0a06134f5c3 100644 --- a/cpp/src/IceGrid/Allocatable.h +++ b/cpp/src/IceGrid/Allocatable.h @@ -77,6 +77,7 @@ public: Allocatable(bool, const AllocatablePtr&); virtual ~Allocatable(); + virtual void checkAllocatable(); virtual bool allocate(const AllocationRequestPtr&, bool = false); virtual bool tryAllocate(const AllocationRequestPtr&, bool = false); virtual bool release(const SessionIPtr&, bool = false); |