From 05dd3feba5b858949d0d078effb406c85dda1d90 Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Sun, 19 Aug 2001 16:12:56 +0000 Subject: --Ice... --- cpp/demo/Ice/hello/Server.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/demo/Ice/hello/Server.cpp') diff --git a/cpp/demo/Ice/hello/Server.cpp b/cpp/demo/Ice/hello/Server.cpp index 5a93ea767e8..2102b3c59b0 100644 --- a/cpp/demo/Ice/hello/Server.cpp +++ b/cpp/demo/Ice/hello/Server.cpp @@ -32,8 +32,8 @@ main(int argc, char* argv[]) try { - Ice::PropertiesPtr properties = Ice::loadProperties("config"); - communicator = Ice::initializeWithProperties(argc, argv, properties); + Ice::PropertiesPtr properties = Ice::loadProperties(argc, argv, "config"); + communicator = Ice::initializeWithProperties(properties); status = run(argc, argv, communicator); } catch(const Ice::LocalException& ex) -- cgit v1.2.3