diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-06-21 12:40:26 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-06-21 12:40:26 +0000 |
commit | 91b10476449de133a15743272be8c5fab8010c7f (patch) | |
tree | 5c721ee19d9d3a8aa228cc9466412a1edd978446 /cpp/src/IceGrid/ObserverSessionI.cpp | |
parent | Fix (diff) | |
download | ice-91b10476449de133a15743272be8c5fab8010c7f.tar.bz2 ice-91b10476449de133a15743272be8c5fab8010c7f.tar.xz ice-91b10476449de133a15743272be8c5fab8010c7f.zip |
Fixes
Diffstat (limited to 'cpp/src/IceGrid/ObserverSessionI.cpp')
-rw-r--r-- | cpp/src/IceGrid/ObserverSessionI.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/ObserverSessionI.cpp b/cpp/src/IceGrid/ObserverSessionI.cpp index f2c4e8760a2..5803eb008e0 100644 --- a/cpp/src/IceGrid/ObserverSessionI.cpp +++ b/cpp/src/IceGrid/ObserverSessionI.cpp @@ -19,6 +19,7 @@ ObserverSessionI::ObserverSessionI(const string& userId, RegistryObserverTopic& registryObserverTopic, NodeObserverTopic& nodeObserverTopic) : _userId(userId), + _updating(false), _destroyed(false), _database(database), _registryObserverTopic(registryObserverTopic), |