summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/ServerCache.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-05-05 12:08:20 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-05-05 12:08:20 +0000
commit18f9a9bed9a763f4d902bdc859cc1b2731679d58 (patch)
tree0ee9bd8702b9e604d8e5a5102a5d001f3baf4ec4 /cpp/src/IceGrid/ServerCache.h
parentMore changes wrt string conversion (diff)
downloadice-18f9a9bed9a763f4d902bdc859cc1b2731679d58.tar.bz2
ice-18f9a9bed9a763f4d902bdc859cc1b2731679d58.tar.xz
ice-18f9a9bed9a763f4d902bdc859cc1b2731679d58.zip
Removed session based locator, refactored allocation code.
Diffstat (limited to 'cpp/src/IceGrid/ServerCache.h')
-rw-r--r--cpp/src/IceGrid/ServerCache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/ServerCache.h b/cpp/src/IceGrid/ServerCache.h
index 6f6b04443f9..ce0da237349 100644
--- a/cpp/src/IceGrid/ServerCache.h
+++ b/cpp/src/IceGrid/ServerCache.h
@@ -54,7 +54,7 @@ public:
void destroyCallback();
void exception(const Ice::Exception&);
- virtual bool allocated(const SessionIPtr&);
+ virtual void allocated(const SessionIPtr&);
virtual void released(const SessionIPtr&);
private: