diff options
Diffstat (limited to 'cppe/demo/IceE/chat/ChatClient.cpp')
-rw-r--r-- | cppe/demo/IceE/chat/ChatClient.cpp | 5 |
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);
}
|