summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/Allocatable.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/Allocatable.h')
-rw-r--r--cpp/src/IceGrid/Allocatable.h1
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);