From 4727d2c19a68d65b900c60a0fe25c46abe28c861 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Wed, 28 Jun 2006 10:16:25 +0000 Subject: Added comment --- cpp/src/IceGrid/AllocatableObjectCache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/IceGrid/AllocatableObjectCache.cpp') 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); -- cgit v1.2.3