diff options
Diffstat (limited to 'cpp/src/IceGrid/ServerCache.h')
-rw-r--r-- | cpp/src/IceGrid/ServerCache.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/ServerCache.h b/cpp/src/IceGrid/ServerCache.h index ac8386f18f4..7c48c338101 100644 --- a/cpp/src/IceGrid/ServerCache.h +++ b/cpp/src/IceGrid/ServerCache.h @@ -59,7 +59,7 @@ public: private: - void syncImpl(const SessionIPtr&, bool); + void syncImpl(bool); ServerCache& _cache; const std::string _id; @@ -75,6 +75,8 @@ private: bool _synchronizing; bool _updated; std::auto_ptr<Ice::Exception> _exception; + + SessionIPtr _session; }; typedef IceUtil::Handle<ServerEntry> ServerEntryPtr; typedef std::vector<ServerEntryPtr> ServerEntrySeq; |