diff options
author | Benoit Foucher <benoit@zeroc.com> | 2007-08-06 11:39:57 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2007-08-06 11:51:00 +0200 |
commit | fc34191920a7fe8691d391c20ca8cdba848d6918 (patch) | |
tree | 4818333cd6c9e556cd4c5698f3ae4e21af3b08d1 /cpp/src/IceGrid/ServerAdapterI.h | |
parent | Added code to use referer to select correct index depending (diff) | |
download | ice-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.h | 1 |
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; |