summaryrefslogtreecommitdiff
path: root/cppe/demo/IceE/chat/ChatClient.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2005-07-15 12:23:43 +0000
committerDwayne Boone <dwayne@zeroc.com>2005-07-15 12:23:43 +0000
commitecb86db7d2707aee53fabd472df6681c94074af7 (patch)
tree12c0846ccf9e660c912b0ae27b8f2f2879c47ca1 /cppe/demo/IceE/chat/ChatClient.cpp
parentFixed bugs (diff)
downloadice-ecb86db7d2707aee53fabd472df6681c94074af7.tar.bz2
ice-ecb86db7d2707aee53fabd472df6681c94074af7.tar.xz
ice-ecb86db7d2707aee53fabd472df6681c94074af7.zip
Removed setting of RetryIntervals
Diffstat (limited to 'cppe/demo/IceE/chat/ChatClient.cpp')
-rw-r--r--cppe/demo/IceE/chat/ChatClient.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/cppe/demo/IceE/chat/ChatClient.cpp b/cppe/demo/IceE/chat/ChatClient.cpp
index 0618cc39a8f..494c00148fd 100644
--- a/cppe/demo/IceE/chat/ChatClient.cpp
+++ b/cppe/demo/IceE/chat/ChatClient.cpp
@@ -51,10 +51,7 @@ BOOL CChatClientApp::InitInstance()
try
{
int argc = 0;
- Ice::PropertiesPtr properties = Ice::createProperties();
- properties->setProperty("IceE.RetryIntervals", "-1");
-
- communicator = Ice::initializeWithProperties(argc, 0, properties);
+ communicator = Ice::initialize(argc, 0);
log = new LogI;
communicator->setLogger(log);
}