summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/ServerCache.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2007-01-17 14:39:48 +0000
committerBenoit Foucher <benoit@zeroc.com>2007-01-17 14:39:48 +0000
commitd618106c729b200dafc3ff557b3f089d9c6bc23e (patch)
treeb14704155c897c2ce396e6cc7e881b24b78cdde3 /cpp/src/IceGrid/ServerCache.cpp
parentFixed bug 1671 and other minor fixes (diff)
downloadice-d618106c729b200dafc3ff557b3f089d9c6bc23e.tar.bz2
ice-d618106c729b200dafc3ff557b3f089d9c6bc23e.tar.xz
ice-d618106c729b200dafc3ff557b3f089d9c6bc23e.zip
Timeout fixes
Diffstat (limited to 'cpp/src/IceGrid/ServerCache.cpp')
-rw-r--r--cpp/src/IceGrid/ServerCache.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/ServerCache.cpp b/cpp/src/IceGrid/ServerCache.cpp
index c5cf935b8a3..36c8a917717 100644
--- a/cpp/src/IceGrid/ServerCache.cpp
+++ b/cpp/src/IceGrid/ServerCache.cpp
@@ -205,6 +205,8 @@ ServerEntry::ServerEntry(ServerCache& cache, const string& id) :
Allocatable(false, 0),
_cache(cache),
_id(id),
+ _activationTimeout(-1),
+ _deactivationTimeout(-1),
_synchronizing(false),
_updated(false)
{