summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/DescriptorBuilder.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-05-17 12:27:58 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-05-17 12:27:58 +0000
commite52e31abbe3878540a3d79aec167fb24fe73de8e (patch)
tree4dbd775cf9c3102c2c673ed3d03aa5653ea42408 /cpp/src/IceGrid/DescriptorBuilder.cpp
parentFixed bug 997 (diff)
downloadice-e52e31abbe3878540a3d79aec167fb24fe73de8e.tar.bz2
ice-e52e31abbe3878540a3d79aec167fb24fe73de8e.tar.xz
ice-e52e31abbe3878540a3d79aec167fb24fe73de8e.zip
More work on session activation.
Diffstat (limited to 'cpp/src/IceGrid/DescriptorBuilder.cpp')
-rw-r--r--cpp/src/IceGrid/DescriptorBuilder.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/DescriptorBuilder.cpp b/cpp/src/IceGrid/DescriptorBuilder.cpp
index 11152635da1..1c8fff88b0d 100644
--- a/cpp/src/IceGrid/DescriptorBuilder.cpp
+++ b/cpp/src/IceGrid/DescriptorBuilder.cpp
@@ -593,7 +593,6 @@ CommunicatorDescriptorBuilder::addAdapter(const XmlAttributesHelper& attrs)
}
desc.replicaGroupId = attrs("replica-group", "");
desc.registerProcess = attrs.asBool("register-process", false);
- desc.allocatable = attrs.asBool("allocatable", false);
if(desc.id == "" && attrs.contains("wait-for-activation"))
{
throw "the attribute `wait-for-activation' can only be set if the adapter has an non empty id";