diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-06-02 09:28:11 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-06-02 09:28:11 +0000 |
commit | 68b6340375393f0db2a2446d334c4e9627d491ec (patch) | |
tree | 5498c93d8960e936d9a3d8b840b58cf13a4dbb00 /cpp/src/IceGrid/ServerCache.h | |
parent | Added doc for Glacier2.RoutingTable.MaxSize. (diff) | |
download | ice-68b6340375393f0db2a2446d334c4e9627d491ec.tar.bz2 ice-68b6340375393f0db2a2446d334c4e9627d491ec.tar.xz ice-68b6340375393f0db2a2446d334c4e9627d491ec.zip |
Patch application fixes
Diffstat (limited to 'cpp/src/IceGrid/ServerCache.h')
-rw-r--r-- | cpp/src/IceGrid/ServerCache.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/ServerCache.h b/cpp/src/IceGrid/ServerCache.h index 7c48c338101..e4ed456dd21 100644 --- a/cpp/src/IceGrid/ServerCache.h +++ b/cpp/src/IceGrid/ServerCache.h @@ -28,7 +28,7 @@ class NodeCache; class NodeEntry; typedef IceUtil::Handle<NodeEntry> NodeEntryPtr; -class ServerEntry : public Allocatable, public IceUtil::Monitor<IceUtil::Mutex> +class ServerEntry : public Allocatable { public: @@ -56,6 +56,7 @@ public: virtual void allocated(const SessionIPtr&); virtual void released(const SessionIPtr&); + virtual bool release(const SessionIPtr&, bool); private: |