diff options
Diffstat (limited to 'cpp/demo/Freeze/library/Collocated.cpp')
-rw-r--r-- | cpp/demo/Freeze/library/Collocated.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Freeze/library/Collocated.cpp b/cpp/demo/Freeze/library/Collocated.cpp index 74a1f23ce6b..41a0254f555 100644 --- a/cpp/demo/Freeze/library/Collocated.cpp +++ b/cpp/demo/Freeze/library/Collocated.cpp @@ -66,7 +66,7 @@ LibraryCollocated::run(int argc, char* argv[]) // Create the library, and add it to the Object Adapter. // LibraryIPtr library = new LibraryI(communicator(), _envName, "authors", evictor); - adapter->add(library, Ice::stringToIdentity("library")); + adapter->add(library, communicator()->stringToIdentity("library")); // // Create and install a factory for books. |