summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/hello/Server.cpp
diff options
context:
space:
mode:
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);
}