diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-06-28 10:16:25 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-06-28 10:16:25 +0000 |
commit | 4727d2c19a68d65b900c60a0fe25c46abe28c861 (patch) | |
tree | d32a10e56a28ccb85030db2297b93ca806eb5189 /cpp/src/IceGrid/AllocatableObjectCache.cpp | |
parent | Bug 1147. (diff) | |
download | ice-4727d2c19a68d65b900c60a0fe25c46abe28c861.tar.bz2 ice-4727d2c19a68d65b900c60a0fe25c46abe28c861.tar.xz ice-4727d2c19a68d65b900c60a0fe25c46abe28c861.zip |
Added comment
Diffstat (limited to 'cpp/src/IceGrid/AllocatableObjectCache.cpp')
-rw-r--r-- | cpp/src/IceGrid/AllocatableObjectCache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/AllocatableObjectCache.cpp b/cpp/src/IceGrid/AllocatableObjectCache.cpp index 5797c06017f..b13d8175bb5 100644 --- a/cpp/src/IceGrid/AllocatableObjectCache.cpp +++ b/cpp/src/IceGrid/AllocatableObjectCache.cpp @@ -211,7 +211,7 @@ AllocatableObjectCache::allocateByType(const string& type, const ObjectAllocatio } catch(const SessionDestroyedException&) { - return; + return; // The request has been answered already, no need to throw here. } p->second.addAllocationRequest(request); |