diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-05-23 15:34:01 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-05-23 15:34:01 +0000 |
commit | 4112515e65b02ab793f231b5c95401c540c0e317 (patch) | |
tree | 1762f086064845cd4ccee74c2e93cac41796d017 /cpp/src/IceGrid/SessionI.cpp | |
parent | lock() now throws ThreadLockedException for EDEADLK (diff) | |
download | ice-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.cpp | 1 |
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(); |