summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/hello/Server.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-08-24 17:27:25 +0000
committerMarc Laukien <marc@zeroc.com>2001-08-24 17:27:25 +0000
commitadd66270642327b37f735b0335e59f26081d528d (patch)
tree2bddf561151d59aa647754572d2b369bd13e4d85 /cpp/demo/Ice/hello/Server.cpp
parentno output for empty block start/end (diff)
downloadice-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.cpp2
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);
}