summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/Database.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-05-09 09:59:37 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-05-09 09:59:37 +0000
commit754eac4c3527879ebf43fcd38a9970c0e735e00d (patch)
treee6ce1c6aab5402f0e0acf046ed841738bc95627b /cpp/src/IceGrid/Database.cpp
parentSimplified Application view; fixed PropertySets issues (diff)
downloadice-754eac4c3527879ebf43fcd38a9970c0e735e00d.tar.bz2
ice-754eac4c3527879ebf43fcd38a9970c0e735e00d.tar.xz
ice-754eac4c3527879ebf43fcd38a9970c0e735e00d.zip
Fixed allocateByType bug, fixed TODO XXX
Diffstat (limited to 'cpp/src/IceGrid/Database.cpp')
-rw-r--r--cpp/src/IceGrid/Database.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/cpp/src/IceGrid/Database.cpp b/cpp/src/IceGrid/Database.cpp
index 0740e6a19b6..ccee67a1a24 100644
--- a/cpp/src/IceGrid/Database.cpp
+++ b/cpp/src/IceGrid/Database.cpp
@@ -1014,13 +1014,6 @@ Database::allocateObjectByType(const string& type, const ObjectAllocationRequest
}
void
-Database::allocateObjectByTypeOnLeastLoadedNode(const string& type, const ObjectAllocationRequestPtr& request,
- LoadSample sample)
-{
- _objectCache.allocateByTypeOnLeastLoadedNode(type, request, sample);
-}
-
-void
Database::releaseObject(const Ice::Identity& id, const SessionIPtr& session)
{
_objectCache.get(id)->release(session);