summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/AllocatableObjectCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/AllocatableObjectCache.h')
-rw-r--r--cpp/src/IceGrid/AllocatableObjectCache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/AllocatableObjectCache.h b/cpp/src/IceGrid/AllocatableObjectCache.h
index db5805836df..258608a3e55 100644
--- a/cpp/src/IceGrid/AllocatableObjectCache.h
+++ b/cpp/src/IceGrid/AllocatableObjectCache.h
@@ -79,7 +79,7 @@ public:
void add(const ObjectInfo&, const AllocatablePtr&);
AllocatableObjectEntryPtr get(const Ice::Identity&) const;
- AllocatableObjectEntryPtr remove(const Ice::Identity&);
+ void remove(const Ice::Identity&);
void allocateByType(const std::string&, const ObjectAllocationRequestPtr&);
bool canTryAllocate(const AllocatableObjectEntryPtr&);