summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/SessionI.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-05-23 15:34:01 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-05-23 15:34:01 +0000
commit4112515e65b02ab793f231b5c95401c540c0e317 (patch)
tree1762f086064845cd4ccee74c2e93cac41796d017 /cpp/src/IceGrid/SessionI.cpp
parentlock() now throws ThreadLockedException for EDEADLK (diff)
downloadice-4112515e65b02ab793f231b5c95401c540c0e317.tar.bz2
ice-4112515e65b02ab793f231b5c95401c540c0e317.tar.xz
ice-4112515e65b02ab793f231b5c95401c540c0e317.zip
Added user account mapper and fixed minor bugs.
Diffstat (limited to 'cpp/src/IceGrid/SessionI.cpp')
-rw-r--r--cpp/src/IceGrid/SessionI.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/SessionI.cpp b/cpp/src/IceGrid/SessionI.cpp
index 21b10bc90f4..b636a27b13e 100644
--- a/cpp/src/IceGrid/SessionI.cpp
+++ b/cpp/src/IceGrid/SessionI.cpp
@@ -231,7 +231,6 @@ SessionI::destroy(const Ice::Current& current)
}
catch(const AllocationException&)
{
- assert(false);
}
}
_allocations.clear();