summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-06-28 10:16:25 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-06-28 10:16:25 +0000
commit4727d2c19a68d65b900c60a0fe25c46abe28c861 (patch)
treed32a10e56a28ccb85030db2297b93ca806eb5189 /cpp/src/IceGrid
parentBug 1147. (diff)
downloadice-4727d2c19a68d65b900c60a0fe25c46abe28c861.tar.bz2
ice-4727d2c19a68d65b900c60a0fe25c46abe28c861.tar.xz
ice-4727d2c19a68d65b900c60a0fe25c46abe28c861.zip
Added comment
Diffstat (limited to 'cpp/src/IceGrid')
-rw-r--r--cpp/src/IceGrid/AllocatableObjectCache.cpp2
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);