summaryrefslogtreecommitdiff
path: root/cpp/demo/Freeze/library/Collocated.cpp
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2003-06-30 05:03:49 +0000
committerMichi Henning <michi@zeroc.com>2003-06-30 05:03:49 +0000
commitb4dca8c1afc8c55b1790ea0ff6fd632e19cbaa57 (patch)
tree521242de3a418a1813070ccbb0d737b372e9a167 /cpp/demo/Freeze/library/Collocated.cpp
parentfile EvictorBase.java was initially added on branch Evictor. (diff)
downloadice-b4dca8c1afc8c55b1790ea0ff6fd632e19cbaa57.tar.bz2
ice-b4dca8c1afc8c55b1790ea0ff6fd632e19cbaa57.tar.xz
ice-b4dca8c1afc8c55b1790ea0ff6fd632e19cbaa57.zip
merging changes from Evictor branch
Diffstat (limited to 'cpp/demo/Freeze/library/Collocated.cpp')
-rw-r--r--cpp/demo/Freeze/library/Collocated.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Freeze/library/Collocated.cpp b/cpp/demo/Freeze/library/Collocated.cpp
index 6da670d4c27..c2065b9d420 100644
--- a/cpp/demo/Freeze/library/Collocated.cpp
+++ b/cpp/demo/Freeze/library/Collocated.cpp
@@ -60,7 +60,7 @@ LibraryCollocated::runFreeze(int argc, char* argv[], const DBEnvironmentPtr& dbE
{
strategy = dbBooks->createEvictionStrategy();
}
- EvictorPtr evictor = dbBooks->createEvictor(strategy);
+ Freeze::EvictorPtr evictor = dbBooks->createEvictor(strategy);
Int evictorSize = properties->getPropertyAsInt("Library.EvictorSize");
if(evictorSize > 0)
{