diff options
author | Marc Laukien <marc@zeroc.com> | 2001-08-24 17:27:25 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-08-24 17:27:25 +0000 |
commit | add66270642327b37f735b0335e59f26081d528d (patch) | |
tree | 2bddf561151d59aa647754572d2b369bd13e4d85 /cpp/demo/Ice/hello/Server.cpp | |
parent | no output for empty block start/end (diff) | |
download | ice-add66270642327b37f735b0335e59f26081d528d.tar.bz2 ice-add66270642327b37f735b0335e59f26081d528d.tar.xz ice-add66270642327b37f735b0335e59f26081d528d.zip |
Activator
Diffstat (limited to 'cpp/demo/Ice/hello/Server.cpp')
-rw-r--r-- | cpp/demo/Ice/hello/Server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Ice/hello/Server.cpp b/cpp/demo/Ice/hello/Server.cpp index 2102b3c59b0..6861ca03656 100644 --- a/cpp/demo/Ice/hello/Server.cpp +++ b/cpp/demo/Ice/hello/Server.cpp @@ -32,7 +32,7 @@ main(int argc, char* argv[]) try { - Ice::PropertiesPtr properties = Ice::loadProperties(argc, argv, "config"); + Ice::PropertiesPtr properties = Ice::createPropertiesFromFile(argc, argv, "config"); communicator = Ice::initializeWithProperties(properties); status = run(argc, argv, communicator); } |