diff options
author | Benoit Foucher <benoit@zeroc.com> | 2008-12-12 18:32:51 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2008-12-12 18:32:51 +0100 |
commit | 5e6ed83d0799af93fccd7447ace4c80bb68fe946 (patch) | |
tree | 174b28cf580405b213ae4da8fd96b2ca509bd9aa /cpp/demo/Ice/MFC/client/HelloClient.cpp | |
parent | 3573 Build Freeze with DB-4.7 (diff) | |
download | ice-5e6ed83d0799af93fccd7447ace4c80bb68fe946.tar.bz2 ice-5e6ed83d0799af93fccd7447ace4c80bb68fe946.tar.xz ice-5e6ed83d0799af93fccd7447ace4c80bb68fe946.zip |
Use AMI for MFC demo, fixed bogus self-connect on Linux
Diffstat (limited to 'cpp/demo/Ice/MFC/client/HelloClient.cpp')
-rw-r--r-- | cpp/demo/Ice/MFC/client/HelloClient.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/cpp/demo/Ice/MFC/client/HelloClient.cpp b/cpp/demo/Ice/MFC/client/HelloClient.cpp index 58deb943950..767bd89f646 100644 --- a/cpp/demo/Ice/MFC/client/HelloClient.cpp +++ b/cpp/demo/Ice/MFC/client/HelloClient.cpp @@ -66,17 +66,6 @@ CHelloClientApp::InitInstance() m_pMainWnd = &dlg; dlg.DoModal(); - // - // Clean up. - // - try - { - communicator->destroy(); - } - catch(const IceUtil::Exception&) - { - } - // Since the dialog has been closed, return FALSE so that we exit the // application, rather than start the application's message pump. return FALSE; |