summaryrefslogtreecommitdiff
path: root/cpp/demo/Freeze/library/Collocated.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2007-02-20 18:16:30 +0000
committerBenoit Foucher <benoit@zeroc.com>2007-02-20 18:16:30 +0000
commit37149dcf01a3041a534c2c5de84d1a9bdb8c9c6c (patch)
tree0b7b1a536efabeb9268edf55d0ffc6a4efd35810 /cpp/demo/Freeze/library/Collocated.cpp
parentFixed previous rollback (diff)
downloadice-37149dcf01a3041a534c2c5de84d1a9bdb8c9c6c.tar.bz2
ice-37149dcf01a3041a534c2c5de84d1a9bdb8c9c6c.tar.xz
ice-37149dcf01a3041a534c2c5de84d1a9bdb8c9c6c.zip
Fixed bug 1883
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 a3457c081dc..6b524110f3a 100644
--- a/cpp/demo/Freeze/library/Collocated.cpp
+++ b/cpp/demo/Freeze/library/Collocated.cpp
@@ -58,7 +58,7 @@ LibraryCollocated::run(int argc, char* argv[])
// Create an evictor for books.
//
Freeze::EvictorPtr evictor = Freeze::createEvictor(adapter, _envName, "books");
- Ice::Int evictorSize = properties->getPropertyAsInt("Library.EvictorSize");
+ Ice::Int evictorSize = properties->getPropertyAsInt("EvictorSize");
if(evictorSize > 0)
{
evictor->setSize(evictorSize);