diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-11-29 14:40:22 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-11-29 14:40:22 +0000 |
commit | 8fdb96f93af7f6ac27ecb50ea4a5f22856b8546c (patch) | |
tree | 463ee5268393e18f55fdf9da9946e2960ca7899c /cpp/src/IceGrid/AllocatableObjectCache.h | |
parent | Fixes (diff) | |
download | ice-8fdb96f93af7f6ac27ecb50ea4a5f22856b8546c.tar.bz2 ice-8fdb96f93af7f6ac27ecb50ea4a5f22856b8546c.tar.xz ice-8fdb96f93af7f6ac27ecb50ea4a5f22856b8546c.zip |
More bug fixes
Diffstat (limited to 'cpp/src/IceGrid/AllocatableObjectCache.h')
-rw-r--r-- | cpp/src/IceGrid/AllocatableObjectCache.h | 2 |
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&); |