diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-07-15 18:51:41 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-07-15 18:51:41 +0000 |
commit | 51eca7d8d6e9dc3e05d99379d1689f3e77ce8768 (patch) | |
tree | 9d0d4aa63035bb31538a7afe8e97a6a2c42f7009 /cppe/test/IceE/operations/Collocated.cpp | |
parent | working on a server MIDlet (diff) | |
download | ice-51eca7d8d6e9dc3e05d99379d1689f3e77ce8768.tar.bz2 ice-51eca7d8d6e9dc3e05d99379d1689f3e77ce8768.tar.xz ice-51eca7d8d6e9dc3e05d99379d1689f3e77ce8768.zip |
more WinCE changes.
Diffstat (limited to 'cppe/test/IceE/operations/Collocated.cpp')
-rw-r--r-- | cppe/test/IceE/operations/Collocated.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cppe/test/IceE/operations/Collocated.cpp b/cppe/test/IceE/operations/Collocated.cpp index 22a1a32aad3..4cedc15e459 100644 --- a/cppe/test/IceE/operations/Collocated.cpp +++ b/cppe/test/IceE/operations/Collocated.cpp @@ -44,6 +44,13 @@ public: } catch(const Ice::FileException&) { + try + { + properties->load("config.txt"); + } + catch(const Ice::FileException&) + { + } } setCommunicator(Ice::initializeWithProperties(argc, argv, properties)); |