summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/exceptions/Server.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-12-16 02:23:26 +0000
committerMarc Laukien <marc@zeroc.com>2001-12-16 02:23:26 +0000
commit02afb44c199f857aa84a6a6acc506837cfca278a (patch)
tree63d5b0184021fc9f33c02f9ed8a45e6bbd0e8d15 /cpp/test/Ice/exceptions/Server.cpp
parentcompleted first version of Connection (diff)
downloadice-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.cpp2
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);