diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-09-12 10:01:40 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-09-12 10:01:40 +0000 |
commit | 7628d1aac69e1961a0c16822ca6cf1189f3257a6 (patch) | |
tree | a6ce577d14c969b83b272c389d4c30521acdac2c /cpp/src/IceGrid/Allocatable.cpp | |
parent | Fix (diff) | |
download | ice-7628d1aac69e1961a0c16822ca6cf1189f3257a6.tar.bz2 ice-7628d1aac69e1961a0c16822ca6cf1189f3257a6.tar.xz ice-7628d1aac69e1961a0c16822ca6cf1189f3257a6.zip |
Fixes
Diffstat (limited to 'cpp/src/IceGrid/Allocatable.cpp')
-rw-r--r-- | cpp/src/IceGrid/Allocatable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/Allocatable.cpp b/cpp/src/IceGrid/Allocatable.cpp index 4fa81c13583..8c567b94119 100644 --- a/cpp/src/IceGrid/Allocatable.cpp +++ b/cpp/src/IceGrid/Allocatable.cpp @@ -387,7 +387,7 @@ Allocatable::allocate(const AllocationRequestPtr& request, bool tryAllocate, boo return false; } - bool allocationCount = 0; + int allocationCount = 0; try { Lock sync(*this); |