summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/ServerAdapterI.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2007-08-06 11:39:57 +0200
committerBenoit Foucher <benoit@zeroc.com>2007-08-06 11:51:00 +0200
commitfc34191920a7fe8691d391c20ca8cdba848d6918 (patch)
tree4818333cd6c9e556cd4c5698f3ae4e21af3b08d1 /cpp/src/IceGrid/ServerAdapterI.h
parentAdded code to use referer to select correct index depending (diff)
downloadice-fc34191920a7fe8691d391c20ca8cdba848d6918.tar.bz2
ice-fc34191920a7fe8691d391c20ca8cdba848d6918.tar.xz
ice-fc34191920a7fe8691d391c20ca8cdba848d6918.zip
Fixed bug 2355
Diffstat (limited to 'cpp/src/IceGrid/ServerAdapterI.h')
-rw-r--r--cpp/src/IceGrid/ServerAdapterI.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/ServerAdapterI.h b/cpp/src/IceGrid/ServerAdapterI.h
index 50bbedd6854..c8cd68e5d0f 100644
--- a/cpp/src/IceGrid/ServerAdapterI.h
+++ b/cpp/src/IceGrid/ServerAdapterI.h
@@ -48,6 +48,7 @@ private:
Ice::ObjectPrx _proxy;
std::vector<AMD_Adapter_activatePtr> _activateCB;
+ bool _activateAfterDeactivating;
};
typedef IceUtil::Handle<ServerAdapterI> ServerAdapterIPtr;