diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-04-27 16:17:22 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-04-27 16:17:22 +0000 |
commit | 4d212bf5e7fad3af4cf3733c5316991d6cbb6f9b (patch) | |
tree | 64264ae404d38d16ef0cd161aeedd1f8d6a51104 /cpp/src/IceGrid/Allocatable.cpp | |
parent | More work on allocation (diff) | |
download | ice-4d212bf5e7fad3af4cf3733c5316991d6cbb6f9b.tar.bz2 ice-4d212bf5e7fad3af4cf3733c5316991d6cbb6f9b.tar.xz ice-4d212bf5e7fad3af4cf3733c5316991d6cbb6f9b.zip |
Win32 fixes
Diffstat (limited to 'cpp/src/IceGrid/Allocatable.cpp')
-rw-r--r-- | cpp/src/IceGrid/Allocatable.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/Allocatable.cpp b/cpp/src/IceGrid/Allocatable.cpp index a5f8419fad8..a0cf1159e90 100644 --- a/cpp/src/IceGrid/Allocatable.cpp +++ b/cpp/src/IceGrid/Allocatable.cpp @@ -275,6 +275,7 @@ bool Allocatable::release(const SessionIPtr&) { assert(false); + return false; } bool |