summaryrefslogtreecommitdiff
path: root/cpp/demo/Freeze/library/Collocated.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2002-03-13 18:01:31 +0000
committerMatthew Newhook <matthew@zeroc.com>2002-03-13 18:01:31 +0000
commit7b07c3c118a20bd2812f7955b3322dd9e419ac44 (patch)
treefc4c242212161a10d67653302bab6f2d50dac6d5 /cpp/demo/Freeze/library/Collocated.cpp
parentRenamed ObjectFactory.* to ContactFactory.* (diff)
downloadice-7b07c3c118a20bd2812f7955b3322dd9e419ac44.tar.bz2
ice-7b07c3c118a20bd2812f7955b3322dd9e419ac44.tar.xz
ice-7b07c3c118a20bd2812f7955b3322dd9e419ac44.zip
Cleanup
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 7e30c030576..e3245ee9c5d 100644
--- a/cpp/demo/Freeze/library/Collocated.cpp
+++ b/cpp/demo/Freeze/library/Collocated.cpp
@@ -78,7 +78,7 @@ LibraryCollocated::runFreeze(int argc, char* argv[], const Freeze::DBEnvironment
//
// Create and install a factory and initializer for books.
//
- Ice::ObjectFactoryPtr bookFactory = new BookFactory(library, evictor);
+ Ice::ObjectFactoryPtr bookFactory = new BookFactory(library);
communicator()->addObjectFactory(bookFactory, "::Book");
//