diff options
author | Marc Laukien <marc@zeroc.com> | 2001-12-16 02:23:26 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-12-16 02:23:26 +0000 |
commit | 02afb44c199f857aa84a6a6acc506837cfca278a (patch) | |
tree | 63d5b0184021fc9f33c02f9ed8a45e6bbd0e8d15 /cpp/test/Ice/exceptions/Server.cpp | |
parent | completed first version of Connection (diff) | |
download | ice-02afb44c199f857aa84a6a6acc506837cfca278a.tar.bz2 ice-02afb44c199f857aa84a6a6acc506837cfca278a.tar.xz ice-02afb44c199f857aa84a6a6acc506837cfca278a.zip |
Connection
Diffstat (limited to 'cpp/test/Ice/exceptions/Server.cpp')
-rw-r--r-- | cpp/test/Ice/exceptions/Server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/exceptions/Server.cpp b/cpp/test/Ice/exceptions/Server.cpp index 2372531fd5c..2b6d9b35e0b 100644 --- a/cpp/test/Ice/exceptions/Server.cpp +++ b/cpp/test/Ice/exceptions/Server.cpp @@ -17,7 +17,7 @@ int run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator) { Ice::PropertiesPtr properties = communicator->getProperties(); - properties->setProperty("Ice.WarnAboutServerExceptions", "0"); + properties->setProperty("Ice.ConnectionWarnings", "0"); string endpts = "default -p 12345 -t 2000"; Ice::ObjectAdapterPtr adapter = communicator->createObjectAdapterWithEndpoints("TestAdapter", endpts); Ice::ObjectPtr object = new ThrowerI(adapter); |